lol-pairing-stat-fetcher/README.md

30 lines
338 B
Markdown
Raw Normal View History

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