A League of Legends visualizer that helps the pro players in the challenger league exploring their matches.
Install yarn and install the packages
yarn
yarn dev
Note that the development origin has to be http://localhost:8080
in order to use the back-end AWS Rest APIs.
yarn build
Lint with ESLint
yarn lint