lol-pairing-stat-fetcher/README.md

30 lines
342 B
Markdown
Raw Normal View History

2024-02-09 03:46:41 +00:00
# lol-pairing-stat-fetcher
### setup
```sh
npm ci
```
### running code
#### with docker-compose
```sh
docker-compose up
```
#### on its own
Note: you will need to provide your own redis, or disable redis caching by switching from `"ioredis"` to `"local"`
```sh
npm start
```
##### with cache debugging
```sh
npm run debug-cache
```