From 641970a28e80df8bb42b13f5cad1f134fd2f56f6 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Thu, 8 Feb 2024 19:47:22 -0800 Subject: [PATCH] increase heading sizes --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c960fd..53a7f3d 100644 --- a/README.md +++ b/README.md @@ -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