This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/83f2b345-0747-4b4d-90fc-638523de33ef
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
