Zynh0722 78221ae246 | ||
---|---|---|
.gitignore | ||
README.md | ||
docker-compose.yml | ||
example.env | ||
index.mjs | ||
package-lock.json | ||
package.json |
README.md
lol-pairing-stat-fetcher
setup
npm ci
running code
with docker-compose
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"
npm start
with cache debugging
npm run debug-cache