This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/b948b1f8-6b8e-4ab4-a18d-dcd0a5baa77e
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
