This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/7287aa4b-d9dc-40a5-a5e3-ba2a1f177309
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
