Portfolio/Websites/jefes-nextjs
2023-11-06 05:17:38 -08:00
..
app working carousel 2023-11-06 05:17:38 -08:00
prisma added drizzle dependency files 2023-10-28 22:52:38 -07:00
public centered navbar 2023-11-04 17:36:57 -07:00
.env issue model created within the database 2023-10-20 23:45:30 -07:00
.eslintrc.json nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
.gitignore nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
bun.lockb working carousel 2023-11-06 05:17:38 -08:00
core.1204049 Added Gallery 2023-10-25 23:37:27 -07:00
core.1204060 Added Gallery 2023-10-25 23:37:27 -07:00
next.config.js nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
package.json working carousel 2023-11-06 05:17:38 -08:00
postcss.config.js nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
README.md nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
tailwind.config.ts centered navbar 2023-11-04 17:36:57 -07:00
tsconfig.json nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00

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 Inter, a custom Google Font.

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.