Go to file
joelson b26fc3b6f3
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Successful in 4m52s Details
teste
2026-01-08 11:52:58 -03:00
.gitea/workflows teste 2026-01-08 11:52:58 -03:00
assets Initial commit 2026-01-08 09:09:16 -03:00
components Initial commit 2026-01-08 09:09:16 -03:00
docs Initial commit 2026-01-08 09:09:16 -03:00
lib Initial commit 2026-01-08 09:09:16 -03:00
src Initial commit 2026-01-08 09:09:16 -03:00
utils Initial commit 2026-01-08 09:09:16 -03:00
views vamos la 2026-01-08 11:29:58 -03:00
.dockerignore :ok 2026-01-08 11:00:49 -03:00
.gitignore Initial commit 2026-01-08 09:09:16 -03:00
App.tsx Initial commit 2026-01-08 09:09:16 -03:00
Dockerfile :ok 2026-01-08 11:00:49 -03:00
MIGRATION_SUMMARY.md Initial commit 2026-01-08 09:09:16 -03:00
README.md Initial commit 2026-01-08 09:09:16 -03:00
README_AUTH.md Initial commit 2026-01-08 09:09:16 -03:00
index.html Initial commit 2026-01-08 09:09:16 -03:00
index.tsx Initial commit 2026-01-08 09:09:16 -03:00
metadata.json Initial commit 2026-01-08 09:09:16 -03:00
package-lock.json Initial commit 2026-01-08 09:09:16 -03:00
package.json Initial commit 2026-01-08 09:09:16 -03:00
tsconfig.json Initial commit 2026-01-08 09:09:16 -03:00
types.ts Initial commit 2026-01-08 09:09:16 -03:00
vite.config.ts Initial commit 2026-01-08 09:09:16 -03: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/1KAk8a_whjTSknWyYvpY3V6qXNqUgUTHk

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