No description
Find a file
2026-01-21 09:51:25 -06:00
components initial commit 2026-01-21 09:51:25 -06:00
.gitignore initial commit 2026-01-21 09:51:25 -06:00
App.tsx initial commit 2026-01-21 09:51:25 -06:00
CLAUDE.md initial commit 2026-01-21 09:51:25 -06:00
geminiService.ts initial commit 2026-01-21 09:51:25 -06:00
index.html initial commit 2026-01-21 09:51:25 -06:00
index.tsx initial commit 2026-01-21 09:51:25 -06:00
metadata.json initial commit 2026-01-21 09:51:25 -06:00
package.json initial commit 2026-01-21 09:51:25 -06:00
README.md initial commit 2026-01-21 09:51:25 -06:00
tsconfig.json initial commit 2026-01-21 09:51:25 -06:00
types.ts initial commit 2026-01-21 09:51:25 -06:00
vite.config.ts initial commit 2026-01-21 09:51:25 -06: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/1qIO89ke7lSfJqNke2Z4KP9ghJvADXCdW

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