This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/1ba35e4f-40f4-441b-a1e9-05d5bbf90a2b
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
