This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1XC-Q0YPDamuw1PItnxd0vSYWMNqnQjCX
For AI agents, start with the canonical entry point at docs/index.md, then include any task-specific docs it references.
Prerequisites: Node.js
- Install dependencies:
pnpm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
pnpm run dev
