This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/209abefe-6b56-4bc6-9f05-de8e5c6b0318
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
