|
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 1m15s
Details
|
||
|---|---|---|
| .gitea/workflows | ||
| .github/workflows | ||
| prisma | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| SEGURANCA.md | ||
| bun.lock | ||
| docker-stack.yml | ||
| gemini.md | ||
| index.html | ||
| memory.md | ||
| metadata.json | ||
| package.json | ||
| server-json.ts | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
README.md
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/68bbe346-a08e-4443-82c7-167aa29b34a5
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev