📈 League of Legends Stats Web App
Find a file
2020-04-01 14:14:03 +02:00
client feat: add "new" tag if first load of the match 2020-04-01 14:14:03 +02:00
server feat: add "new" tag if first load of the match 2020-04-01 14:14:03 +02:00
LICENSE feat: add LICENSE 2019-10-23 22:01:43 +02:00
netlify.toml First try to deploy frontend on Netlify 2019-08-19 13:09:17 +02:00
README.md docs: update README 2020-02-10 21:21:22 +01:00

LeagueStats

Netlify Status

The goal of leaguestats.gg is to provide global complete data for all League of Legends summoners.
Here is an example of stats for some summoner.

Screenshot

Installation

Development environment requirements :

Setting up your development environment on your local machine :

> git clone https://github.com/vkaelin/LeagueStats.git
> cd leaguestats/client
> npm install

# And

> cd leaguestats/server
> npm install
> cp .env.example .env
> adonis migration:run

Useful commands

Running the app :

> cd client
> npm run serve

# And

> cd server
> adonis serve --dev

Building the app :

> cd client
> npm run build

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

NonCommercial-ShareAlike 1.0 Generic (CC NC-SA 1.0)
https://creativecommons.org/licenses/nc-sa/1.0/

You are free to:

Share — copy and redistribute the material in any medium or format

Adapt — remix, transform, and build upon the material

Under the following terms:

NonCommercial — You may not use the material for commercial purposes.

ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.