Go to file
JuruSysadmin 52bde0b9dd
Deploy Next.js via SSH (Direto) / deploy (push) Successful in 14s Details
feat: Add calendar page for baldinho delivery management, allowing date status toggling and updates to capacity and days sale.
2026-01-07 16:54:32 -03:00
.gitea/workflows feat: Add 'dias-rota' calendar page for delivery management and Gitea Actions deployment workflow. 2026-01-07 16:51:47 -03:00
src feat: Add calendar page for baldinho delivery management, allowing date status toggling and updates to capacity and days sale. 2026-01-07 16:54:32 -03:00
.dockerignore feat: add Gitea CI/CD workflows for Docker and direct Next.js deployment, Renovate, Dockerfile, docker-compose, and .dockerignore. 2026-01-07 14:04:13 -03:00
.gitignore feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
README.md first commit 2026-01-07 12:28:05 -03:00
algua.eslintrc.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
components.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
config.js feat: Add baldinho calendar page for delivery date and parameter management, and configure Renovate. 2026-01-07 12:56:14 -03:00
ecosystem.config.js style: Add blank line and remove trailing whitespace in ecosystem config. 2026-01-07 16:15:15 -03:00
eslint.config.mjs feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
next.config.mjs feat: Add Gitea CI/CD and PM2 deployment for Next.js standalone output, removing Docker files. 2026-01-07 14:55:42 -03:00
package-lock.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
package.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
postcss.config.mjs feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
renovate.json feat: Add baldinho calendar page for delivery date and parameter management, and configure Renovate. 2026-01-07 12:56:14 -03:00
tailwind.config.ts feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
tsconfig.json feat: Add baldinho calendar page for delivery date and parameter management, and configure Renovate. 2026-01-07 12:56:14 -03:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.