This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/f4dfaf6e-71fc-4b88-ac1f-3f91d6d1683b
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
