No description
Find a file
2026-08-29 17:34:37 +02:00
src Initial commit 2026-08-29 17:17:38 +02:00
.env.example Initial commit 2026-08-29 17:17:38 +02:00
.gitignore add db file to .gitignore 2026-08-29 17:19:34 +02:00
.gitignore_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
CLAUDE.md Initial commit 2026-08-29 17:17:38 +02:00
index.html Initial commit 2026-08-29 17:17:38 +02:00
index.html_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
metadata.json Initial commit 2026-08-29 17:17:38 +02:00
metadata.json_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
package-lock.json Initial commit 2026-08-29 17:17:38 +02:00
package.json Initial commit 2026-08-29 17:17:38 +02:00
package.json_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
README.md Initial commit 2026-08-29 17:17:38 +02:00
README.md_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
server.ts Initial commit 2026-08-29 17:17:38 +02:00
server.ts_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
tsconfig.json Initial commit 2026-08-29 17:17:38 +02:00
tsconfig.json_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00
vite.config.ts Initial commit 2026-08-29 17:17:38 +02:00
vite.config.ts_Zone.Identifier Initial commit 2026-08-29 17:17:38 +02:00

GHBanner

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

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev