Skip to content

ianpaschal/combat-command

Repository files navigation

Combat Command

Getting Started

Set-Up for Front-End Development

  1. Create a new file in the root directory called .env.local.
  2. Add the following values:
VITE_SUPABASE_URL=[your_url]
VITE_SUPABASE_ANON_KEY=[your_key]
VITE_MAPBOX_TOKEN=[your_token]
  1. Run npm ci to install dependencies.
  2. Run npm run dev to run locally.