This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/deccbdf6-0fa3-4eae-9fb4-0836ea6b0d6d
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
