- Make a
.env.local
file in the root directory with the following variables:
# Riot API key for fetching timeline data
RIOT_TOKEN={api key}
# Live patch pointer for DDragon (pngs/json)
LIVE_PATCH="14.3"
- Enable
pnpm
if you have not already done so:corepack enable pnpm
- Install dependencies with
pnpm install
- Run development environment with
pnpm run dev