This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/ff67a90b-f5cc-41f8-a249-f218f4ef2b7f
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
