Go to file
2025-11-20 17:57:52 +07:00
components initial commit 2025-11-20 17:04:57 +07:00
pages initial commit 2025-11-20 17:04:57 +07:00
.dockerignore add docker compose 2025-11-20 17:13:55 +07:00
.env.example add docker compose 2025-11-20 17:13:55 +07:00
.gitignore initial commit 2025-11-20 17:04:57 +07:00
App.tsx initial commit 2025-11-20 17:04:57 +07:00
DOCKER_README.md add docker compose 2025-11-20 17:13:55 +07:00
docker-compose.yml remove nginx 2025-11-20 17:57:52 +07:00
Dockerfile remove nginx 2025-11-20 17:57:52 +07:00
Dockerfile.dev add docker compose 2025-11-20 17:13:55 +07:00
index.html initial commit 2025-11-20 17:04:57 +07:00
index.tsx initial commit 2025-11-20 17:04:57 +07:00
metadata.json initial commit 2025-11-20 17:04:57 +07:00
nginx.conf add docker compose 2025-11-20 17:13:55 +07:00
package.json initial commit 2025-11-20 17:04:57 +07:00
pnpm-lock.yaml initial commit 2025-11-20 17:04:57 +07:00
README.md initial commit 2025-11-20 17:04:57 +07:00
STYLE_GUIDE.md initial commit 2025-11-20 17:04:57 +07:00
tsconfig.json initial commit 2025-11-20 17:04:57 +07:00
vite.config.ts initial commit 2025-11-20 17:04:57 +07: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/drive/1lSdt9DucwKsU3WO83AD5ieLoPx_QLmVF

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