Front-end is LIVE at https://fjallen.github.io/GitGudGamers/
Want to see how well you are playing Team Fight Tactics? Or perhaps wondering how many games it takes to get to the next rank? Play with this project and you will have both
- Go to services/backend and run
python server.py
- Go to services/client and run
npm start
You probably don't have all the Python packages so be sure to install them Don't forget to run
npm i before npm start