1
0
Fork 0
 
 
 
Go to file
Lea 80ba4b7d77
add email verification actions
2023-08-09 23:57:16 +02:00
app fix: skip sessions if no permission 2023-08-05 21:50:11 +01:00
components add email verification actions 2023-08-09 23:57:16 +02:00
exports feat: features yeah 2023-07-27 16:27:03 +01:00
lib add email verification actions 2023-08-09 23:57:16 +02:00
public feat: handle 500 error 2023-07-30 16:51:29 +01:00
.eslintrc.json Initial commit from Create Next App 2023-07-24 15:23:20 +01:00
.gitignore feat: features yeah 2023-07-27 16:27:03 +01:00
README.md Initial commit from Create Next App 2023-07-24 15:23:20 +01:00
components.json feat: basic report viewer and panel layouts 2023-07-24 20:31:17 +01:00
middleware.js chore: wildcard match paths 2023-07-30 12:06:30 +01:00
next.config.js feat: db + redis methods 2023-07-27 12:28:36 +01:00
package.json feat: checkbox element, reset profile dialog 2023-08-09 22:18:52 +02:00
pnpm-lock.yaml feat: checkbox element, reset profile dialog 2023-08-09 22:18:52 +02:00
postcss.config.js Initial commit from Create Next App 2023-07-24 15:23:20 +01:00
server.js chore: add PORT env variable 2023-07-30 11:47:58 +01:00
tailwind.config.js feat: basic report viewer and panel layouts 2023-07-24 20:31:17 +01:00
tsconfig.json feat: basic report viewer and panel layouts 2023-07-24 20:31:17 +01:00

README.md

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

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.