This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1e8DqQhPc4oEnWuR2yUaMTVixkvhVr--3
Prerequisites: Node.js
- Install dependencies:
npm install - Create a
.envfile in the project root with:GEMINI_API_KEY=your_api_key_here - Run the app:
npm run dev
Run a quick UI smoke check:
npm run test:smoke
This project now runs a backend API server for all Gemini calls, and the browser client only talks to /api/* routes.
Tailwind styling is compiled locally via PostCSS (no runtime CDN dependency).
