mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Update README.md
This commit is contained in:
parent
0b1a9ad01a
commit
f7c42d3bd7
1 changed files with 2 additions and 0 deletions
|
|
@ -10,8 +10,10 @@ nodemon
|
||||||
```
|
```
|
||||||
cd client
|
cd client
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
cd server
|
cd server
|
||||||
npm install
|
npm install
|
||||||
|
create .env file with API_KEY= your RiotGames API Key
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue