Portfolio/Websites/jefes-nextjs
2024-09-15 01:46:37 -07:00
..
app updates to 2xl screens, most likely will redo from scratch 2024-09-15 01:46:37 -07:00
components Fixed Certain links to social media and ordering online 2024-02-02 04:29:20 -08:00
db updated route and schema 2023-12-08 04:23:00 -08:00
drizzle/migrations fixed schema for authorize 2023-12-07 22:49:15 -08:00
lib added shadcn 2023-11-07 15:42:31 -08:00
public attempt at implementing smooth loading 2024-02-01 02:34:06 -08:00
.env removed api keys from public file 2024-02-26 18:23:17 -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 updates to 2xl screens, most likely will redo from scratch 2024-09-15 01:46:37 -07: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 added menu items via json 2024-01-02 21:39:12 -08:00
package.json updates to 2xl screens, most likely will redo from scratch 2024-09-15 01:46:37 -07: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 update cards 2024-01-24 23:41:19 -08:00
tsconfig.json rough draft complete with build 2024-01-28 21:18:38 -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.