No description
Find a file
2026-07-09 11:35:50 +04:00
public init 2026-07-09 11:35:50 +04:00
src init 2026-07-09 11:35:50 +04:00
.env.example init 2026-07-09 11:35:50 +04:00
.gitignore init 2026-07-09 11:35:50 +04:00
bun.lock init 2026-07-09 11:35:50 +04:00
index.html init 2026-07-09 11:35:50 +04:00
metadata.json init 2026-07-09 11:35:50 +04:00
package.json init 2026-07-09 11:35:50 +04:00
README.md init 2026-07-09 11:35:50 +04:00
tsconfig.json init 2026-07-09 11:35:50 +04:00
vite.config.ts init 2026-07-09 11:35:50 +04: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/993f944a-869f-469b-aaaf-1c74f4e230df

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