This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1W-uqzstekK9uORCRLjJ_3jVGCY5uh0My
Prerequisites: Node.js
- Install dependencies:
npm install - Create
.env.local(not committed) with:VITE_SUPABASE_URLandVITE_SUPABASE_ANON_KEY(required for login)GEMINI_API_KEY(optional, only if you are using a shared Gemini key)
- Run the app:
npm run dev
