Skip to content

Latest commit

 

History

History
92 lines (65 loc) · 2.22 KB

README.md

File metadata and controls

92 lines (65 loc) · 2.22 KB

TFT Synergies Logo

Build Status MIT License

TFT Synergies

Teamfight Tactics team builder for checking synergy results.

You can check a live version here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.

Installing

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

Running Locally

This command opens a development server at localhost:3000 and watch files:

npm start

Running Tests

This command runs the tests with Jest:

npm test

Built With

  • 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.

Contributing

See CONTRIBUTING.md for more information on how to get started.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.