Portfolio/Websites/jefes-nextjs
2023-12-07 22:38:51 -08:00
..
app updated schema for next auth 2023-12-07 22:38:51 -08:00
components register page created, next is send credentials to db. 2023-12-02 00:45:27 -08:00
db updated schema for next auth 2023-12-07 22:38:51 -08:00
drizzle/migrations updated schema for next auth 2023-12-07 22:38:51 -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 working towards next auth working on login 2023-12-06 22:44:51 -08:00
.eslintrc.json nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
.gitignore update to env and gitignore 2023-11-30 02:25:32 -08: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
drizzle.config.ts updated schema for next auth 2023-12-07 22:38:51 -08:00
next.config.js nextjs project setup with initial pages 2023-10-18 22:22:10 -07:00
package-lock.json updated schema for next auth 2023-12-07 22:38:51 -08:00
package.json updated schema for next auth 2023-12-07 22:38:51 -08:00
pnpm-lock.yaml adding auth js to access dashboard admin page 2023-11-29 22:49:22 -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 register page created, next is send credentials to db. 2023-12-02 00:45:27 -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.