This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1X5nzKD5_qDuUD_uivnVDSY6cnXoMkQjw
Prerequisites: Node.js
- Install dependencies:
npm install - Optional (AI features): create
.env.localand setVITE_GEMINI_API_KEY(orGEMINI_API_KEY) to your Gemini API key, then restart the dev server - Run the app:
npm run dev
