Go to file
Alessandro Gonçaalves 79773d0c18 fix: botão de baximizar e minimizar 2025-11-10 15:43:15 -03:00
docs fix: adicionada a licença perpetual do MUI 2025-10-23 11:20:06 -03:00
public Initial commit from Create Next App 2025-10-08 00:09:52 -03:00
src fix: botão de baximizar e minimizar 2025-11-10 15:43:15 -03:00
.eslintrc.json fix: correção no build 2025-10-21 12:36:59 -03:00
.gitignore Initial commit from Create Next App 2025-10-08 00:09:52 -03:00
README.md Initial commit from Create Next App 2025-10-08 00:09:52 -03:00
components.json iniciando projeto 2025-10-08 01:19:15 -03:00
drizzle.config.ts iniciando projeto 2025-10-08 01:19:15 -03:00
next.config.js fix: intergração com o oracle funcional 2025-10-20 23:28:51 -03:00
package-lock.json fix: botão de baximizar e minimizar 2025-11-10 15:43:15 -03:00
package.json fix: botão de baximizar e minimizar 2025-11-10 15:43:15 -03:00
postcss.config.js fix: correção postgress 2025-10-20 23:04:42 -03:00
tailwind.config.js fix: correção postgress 2025-10-20 23:04:42 -03:00
tsconfig.json Initial commit from Create Next App 2025-10-08 00:09:52 -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.