This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/1b2e0ca7-a4f4-43b1-9d65-8ee864a1db53
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
