Go to file
JuruSysadmin 8f9b50fe99
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Failing after 2m34s Details
:ok
2026-01-08 09:38:07 -03:00
.gitea/workflows :ok 2026-01-08 09:38:07 -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 Initial commit 2026-01-08 09:09:16 -03:00
.dockerignore : 2026-01-08 09:32:16 -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 : 2026-01-08 09:32:16 -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
docker-compose.swarm.yml : 2026-01-08 09:32:16 -03:00
docker-compose.yml : 2026-01-08 09:32: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
nginx.conf : 2026-01-08 09:32: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