Go to file
JuruSysadmin 42f04aa2d0 fix: update workflow name and format trigger for SSH deployment 2026-01-07 17:28:12 -03:00
.gitea/workflows fix: update workflow name and format trigger for SSH deployment 2026-01-07 17:28:12 -03:00
src fix: correct typo in label for "Dias úteis" in Pagina component 2026-01-07 17:14:12 -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 refactor: simplify ecosystem configuration and update script paths 2026-01-07 17:17:37 -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 fix: correct typo in label for "Dias úteis" in Pagina component 2026-01-07 17:14:12 -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.