This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/95bd9819-88b1-48d7-b855-2a6510452bb8
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
