Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 351 Bytes

File metadata and controls

17 lines (12 loc) · 351 Bytes

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.