https://github.com/remixz/lol-game-analysis
League game analysis
https://github.com/remixz/lol-game-analysis
Last synced: about 2 months ago
JSON representation
League game analysis
- Host: GitHub
- URL: https://github.com/remixz/lol-game-analysis
- Owner: remixz
- Created: 2016-05-16T07:12:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T05:30:06.000Z (over 8 years ago)
- Last Synced: 2025-04-13T01:13:14.418Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://timeline.bruggie.com/
- Size: 1.22 MB
- Stars: 55
- Watchers: 11
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lol-game-analysis
League game analysis
## Installation
Requires Node 6+. This project uses Yarn for dependency management.
```
npm install -g yarn # if not already installed
git clone https://github.com/remixz/lol-game-analysis.git
cd lol-game-analysis
yarn run setup
```## Running
```bash
yarn start # starts a dev server on localhost:3000
yarn run build # outputs a production build in public/
```