This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/a2fd0b24-189e-4e15-b980-d1b9c1d9e96f
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
