This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/b3df7d67-bb32-4cc2-99d2-a18a1b2aeb39
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
