mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
(docs): update README
This commit is contained in:
parent
e36b7d2669
commit
3653508816
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
|
@ -1,9 +1,10 @@
|
||||||
# RiotAPI
|
# LeagueStats
|
||||||
|
|
||||||
## Global dependencies
|
## Global dependencies
|
||||||
```
|
```
|
||||||
Vue CLI
|
Vue CLI
|
||||||
nodemon
|
Adonis CLI
|
||||||
|
MongoDB
|
||||||
```
|
```
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
|
|
@ -13,7 +14,8 @@ npm install
|
||||||
|
|
||||||
cd server
|
cd server
|
||||||
npm install
|
npm install
|
||||||
create .env file with API_KEY= your RiotGames API Key
|
cp .env.example .env
|
||||||
|
adonis migration:run
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
|
|
@ -31,5 +33,5 @@ npm run build
|
||||||
### Run NodeJS server
|
### Run NodeJS server
|
||||||
```
|
```
|
||||||
cd server
|
cd server
|
||||||
npm run dev
|
adonis serve --dev
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue