Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 515 Bytes

LoLViZ.

A League of Legends visualizer that helps the pro players in the challenger league exploring their matches.

Project Setup

Install yarn and install the packages

yarn

Compile and Hot-Reload for Development

yarn dev

Note that the development origin has to be http://localhost:8080 in order to use the back-end AWS Rest APIs.

Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint