Prerequisites: Node.js
-
Install dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory with your Supabase credentials:VITE_SUPABASE_URL=your-project-url VITE_SUPABASE_ANON_KEY=your-anon-key
Get these values from your Supabase project settings: https://app.supabase.com/project/_/settings/api
-
Run the app:
npm run dev