This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/15f23b54-11f1-4ab5-b38d-e64465fc0cc6
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
