An open API service indexing awesome lists of open source software.

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

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/
```