This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/4c1db3e8-aa78-4031-bc17-5489003c796e
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
