This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/4f0aa627-c2c3-4ee4-81fc-11a3593e53f5
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
