No description
Find a file
2026-08-04 01:24:04 +05:00
src Initial Commit 2026-08-04 01:24:04 +05:00
.env.example Initial Commit 2026-07-29 00:22:15 +05:00
.gitignore Initial Commit 2026-07-29 00:22:15 +05:00
bun.lock Initial Commit 2026-07-29 00:22:15 +05:00
docker-compose.yml Initial Commit 2026-07-29 00:22:15 +05:00
Dockerfile Add Dockerfile 2026-07-28 19:23:31 +00:00
index.html Initial Commit 2026-07-29 00:22:15 +05:00
metadata.json Initial Commit 2026-07-29 00:22:15 +05:00
package-lock.json Initial Commit 2026-07-29 00:22:15 +05:00
package.json Initial Commit 2026-07-29 00:22:15 +05:00
README.md Initial Commit 2026-07-29 00:22:15 +05:00
schema.sql Initial Commit 2026-07-29 00:22:15 +05:00
server.ts Initial Commit 2026-08-04 01:24:04 +05:00
site_dump.html Initial Commit 2026-07-29 00:22:15 +05:00
tsconfig.json Initial Commit 2026-07-29 00:22:15 +05:00
vite.config.ts Initial Commit 2026-07-29 00:22:15 +05: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/1acb6189-806b-46a5-91cd-d7c3d38044c5

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