Go to file
unknown 91bcddce97 first commit 2026-01-26 00:57:06 +08:00
.claude first commit 2026-01-26 00:57:06 +08:00
components first commit 2026-01-26 00:57:06 +08:00
services first commit 2026-01-26 00:57:06 +08:00
utils first commit 2026-01-26 00:57:06 +08:00
.gitignore first commit 2026-01-26 00:57:06 +08:00
App.tsx first commit 2026-01-26 00:57:06 +08:00
README.md first commit 2026-01-26 00:57:06 +08:00
index.html first commit 2026-01-26 00:57:06 +08:00
index.tsx first commit 2026-01-26 00:57:06 +08:00
metadata.json first commit 2026-01-26 00:57:06 +08:00
package-lock.json first commit 2026-01-26 00:57:06 +08:00
package.json first commit 2026-01-26 00:57:06 +08:00
tsconfig.json first commit 2026-01-26 00:57:06 +08:00
types.ts first commit 2026-01-26 00:57:06 +08:00
vite.config.ts first commit 2026-01-26 00:57:06 +08:00

README.md

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/1LXOH4knEUKDpTxsYy6K3z5oYuLSsYvtO

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