- Create a new file in the root directory called
.env.local. - Add the following values:
VITE_SUPABASE_URL=[your_url]
VITE_SUPABASE_ANON_KEY=[your_key]
VITE_MAPBOX_TOKEN=[your_token]
- Run
npm cito install dependencies. - Run
npm run devto run locally.