Portfolio/Websites/jefes-nextjs
2023-11-13 23:37:25 -08:00
..
app fixed type errors 2023-11-13 23:37:25 -08:00
components/ui update to blocks 2023-11-08 18:12:48 -08:00
lib added shadcn 2023-11-07 15:42:31 -08:00
prisma about page finished, heroes updated 2023-11-10 23:41:21 -08:00
public about page finished, heroes updated 2023-11-10 23:41:21 -08: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 about page finished, heroes updated 2023-11-10 23:41:21 -08:00
components.json update to blocks 2023-11-08 18:12:48 -08:00
core.1204049 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-lock.json update to gallery and added component 2023-11-11 23:45:39 -08:00
package.json about page finished, heroes updated 2023-11-10 23:41:21 -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 about page finished, heroes updated 2023-11-10 23:41:21 -08:00
tsconfig.json cleared unused pages 2023-11-13 23:33:31 -08:00
� fixed wsl 2023-11-09 02:45:40 -08: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.