This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/ebc8675c-b51d-4a91-b25b-35280b1d1304
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
