No description
| src | ||
| .env.example | ||
| .gitignore | ||
| .gitignore_Zone.Identifier | ||
| CLAUDE.md | ||
| index.html | ||
| index.html_Zone.Identifier | ||
| metadata.json | ||
| metadata.json_Zone.Identifier | ||
| package-lock.json | ||
| package.json | ||
| package.json_Zone.Identifier | ||
| README.md | ||
| README.md_Zone.Identifier | ||
| server.ts | ||
| server.ts_Zone.Identifier | ||
| tsconfig.json | ||
| tsconfig.json_Zone.Identifier | ||
| vite.config.ts | ||
| vite.config.ts_Zone.Identifier | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/3bbd1c93-9aef-4e87-b7b3-b085c3b8cc68
Run Locally
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