This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1KcZ5dmsrtw6B0xfjXWH_4ngFjSIm0CF1
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
VITE_GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
Example .env.local:
VITE_GEMINI_API_KEY=your_api_key_here
