increase heading sizes
parent
f45cc2cd1c
commit
92523c8bcf
14
README.md
14
README.md
|
@ -1,20 +1,24 @@
|
||||||
# lol-pairing-stat-fetcher
|
# lol-pairing-stat-fetcher
|
||||||
|
|
||||||
### setup
|
## setup
|
||||||
|
|
||||||
|
You must copy `example.env` to `.env`, and input your Riot Games API Key to `.env`
|
||||||
|
|
||||||
|
Then run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm ci
|
npm ci
|
||||||
```
|
```
|
||||||
|
|
||||||
### running code
|
## running code
|
||||||
|
|
||||||
#### with docker-compose
|
### with docker-compose
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
#### on its own
|
### on its own
|
||||||
|
|
||||||
Note: you will need to provide your own redis, or disable redis caching by switching from `"ioredis"` to `"local"`
|
Note: you will need to provide your own redis, or disable redis caching by switching from `"ioredis"` to `"local"`
|
||||||
|
|
||||||
|
@ -22,7 +26,7 @@ Note: you will need to provide your own redis, or disable redis caching by switc
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
##### with cache debugging
|
#### with cache debugging
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run debug-cache
|
npm run debug-cache
|
||||||
|
|
Loading…
Reference in New Issue