This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/ebf4487d-6290-4e8e-8092-e51a7aeb0d5d
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
