Go to file
2024-02-23 21:39:19 +07:00
.github/workflows CD 2024-02-20 00:18:15 +07:00
.vscode Added UI for request 2024-02-19 23:26:30 +07:00
prisma Added role 2024-02-19 23:26:30 +07:00
public Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
src Move mantine provider to inside dashboard/ path 2024-02-23 20:36:03 +07:00
.env Added sign in action 2024-01-15 01:39:29 +07:00
.env.development Added socket 2024-02-19 23:26:30 +07:00
.eslintrc.json Addeed get users 2024-01-22 23:08:36 +07:00
.gitignore Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
bun.lockb Added socket 2024-02-19 23:26:30 +07:00
env.ts Update env 2024-02-23 21:08:54 +07:00
next.config.js Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
package.json Change build scripts to bun 2024-02-23 21:39:19 +07:00
postcss.config.js Added function for retrieve user by cookie 2024-01-22 11:30:00 +07:00
README.md Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
tailwind.config.ts Add role selection for user 2024-02-14 17:03:57 +07:00
tsconfig.json Initial commit from Create Next App 2023-12-23 13:03:57 +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.