This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/e0f67a2a-bd02-4c0c-ac26-6f3d88119c45
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
