This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/64e3d491-c7d3-4792-a4f8-c2e35b8a8df0
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
