This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/16ef421b-00e8-4e74-9322-36f83b0b5114
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
