miracthis / LeagueStats

πŸ“ˆ League of Legends Stats Web App

Home Page:https://leaguestats.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeagueStats

Netlify Status LeagueStats.gg official Discord

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 :

You can use the docker-compose.yml file to quickly setup Postgre and Redis in development.

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 # edit the values
> node ace migration:run

Useful commands

Running the app :

> cd client
> npm run dev

# And

> cd server
> npm run dev

Deploying the app :

> cd client
> npm run build

# And

> cd server
> npm run build
> node build/server.js

Contributing

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

License

NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
https://creativecommons.org/licenses/by-nc-sa/4.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.

About

πŸ“ˆ League of Legends Stats Web App

https://leaguestats.gg

License:Other


Languages

Language:Vue 52.2%Language:TypeScript 39.3%Language:JavaScript 7.4%Language:CSS 0.8%Language:HTML 0.3%Language:Shell 0.1%