Portfolio/Websites/jefes-nextjs
2023-11-22 21:33:01 -08:00
..
app Merge branch 'master' of https://gitea.arufalab.com/ImAlpha/Portfolio 2023-11-22 21:33:01 -08:00
components moved keys to env 2023-11-22 21:33:00 -08:00
lib added shadcn 2023-11-07 15:42:31 -08:00
public about page finished, heroes updated 2023-11-10 23:41:21 -08:00
.env moved keys to env 2023-11-22 21:33:00 -08: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 install google maps 2023-11-19 02:29:35 -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 added color change to navbar 2023-11-14 00:56:47 -08:00
package.json install google maps 2023-11-19 02:29:35 -08:00
pnpm-lock.yaml added pnpm for windows 2023-11-20 21:26:26 -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.