Go to file
Ubuntu 5cd2a1b6dc init commit 2025-12-09 23:46:28 +00:00
components init commit 2025-12-09 23:46:28 +00:00
services init commit 2025-12-09 23:46:28 +00:00
.gitignore init commit 2025-12-09 23:46:28 +00:00
App.tsx init commit 2025-12-09 23:46:28 +00:00
README.md init commit 2025-12-09 23:46:28 +00:00
index.html init commit 2025-12-09 23:46:28 +00:00
index.tsx init commit 2025-12-09 23:46:28 +00:00
metadata.json init commit 2025-12-09 23:46:28 +00:00
package.json init commit 2025-12-09 23:46:28 +00:00
tsconfig.json init commit 2025-12-09 23:46:28 +00:00
types.ts init commit 2025-12-09 23:46:28 +00:00
vite.config.ts init commit 2025-12-09 23:46:28 +00: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/1LbQRtjumcLDp4knwfpkaxKoHbZPbn_zE

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