No description
  • TypeScript 99.4%
  • Batchfile 0.3%
  • CSS 0.2%
  • HTML 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-26 14:42:34 -03:00
src auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
.env.example auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
.gitignore auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
database.rules.json auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
deploy.bat auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
index.html auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
metadata.json auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
package-lock.json auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
package.json auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
README.md auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
te.txt auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
tsconfig.json auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03:00
vite.config.ts auto deploy 26/07/2026 14:42:34,41 2026-07-26 14:42:34 -03: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/1a03ec90-4ddf-4e30-9790-df030d20bbd8

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