This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/c4ce69f0-d1da-4985-8eb6-5c1ac4480552
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
