AegisEsports / client-lol-naam

Client for the Aegis Esports LoL website
0 stars 0 forks source link

Setup

  1. 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"
  1. Enable pnpm if you have not already done so: corepack enable pnpm
  2. Install dependencies with pnpm install
  3. Run development environment with pnpm run dev