This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/57de0d32-9e15-4d1c-9915-b8ae441554c5
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
