This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1S8yEDhE6ecAPnDgySIdEmnZXg9o36BXI
Prerequisites: Node.js
- Install dependencies:
npm install - Copy .env.example to
.env.local - Set the
OPENROUTER_API_KEYin.env.localto your OpenRouter API key - Run the app:
npm run dev
