Teamfight Tactics team builder for checking synergy results.
You can check a live version here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You must have npm
installed on your machine. To make sure it is installed run:
npm --version
If you don't have it installed yet, check NodeJS Downloads to get started.
Clone this repository to your machine and go to the directory:
git clone https://github.com/evandromacedo/tft-synergies.git
cd tft-synergies
Install dependencies:
npm install
This command opens a development server at localhost:3000
and watch files:
npm start
This command runs the tests with Jest:
npm test
- React: A JavaScript library for building user interfaces.
- Create React App: A tool to build a modern React App.
- Storybook: A tool for developing UI components in isolation.
- Jest and Enzyme for testing.
See CONTRIBUTING.md for more information on how to get started.
This project is licensed under the MIT License - see the LICENSE.md file for details.