increase heading sizes

Zynh0722 2024-02-08 19:47:22 -08:00
parent f45cc2cd1c
commit 641970a28e
1 changed files with 7 additions and 5 deletions

View File

@ -1,20 +1,22 @@
# lol-pairing-stat-fetcher
### setup
## setup
You must copy `example.env` to `.env`, and input your Riot Games API Key to `.env`
```sh
npm ci
```
### running code
## running code
#### with docker-compose
### with docker-compose
```sh
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"`
@ -22,7 +24,7 @@ Note: you will need to provide your own redis, or disable redis caching by switc
npm start
```
##### with cache debugging
#### with cache debugging
```sh
npm run debug-cache