vietc/web
2026-07-04 17:18:22 +07:00
..
public feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
src feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
.env.example feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
.gitignore feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
737046771_27588542340832646_2624568238884019344_n.jpg feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
index.html feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
metadata.json feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
package-lock.json feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
package.json feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
README.md feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
tsconfig.json feat: add website as web/ subfolder 2026-07-04 17:18:22 +07:00
vite.config.ts feat: add website as web/ subfolder 2026-07-04 17:18:22 +07: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/aa240f3c-abe9-494f-8e47-678406f50ae1

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