1
0
Fork 0
 
 
 
Go to file
Lea ccd3e58d5d Merge branch 'main' into fix-1 2023-08-09 14:39:23 +02:00
app fix: skip sessions if no permission 2023-08-05 21:50:11 +01:00
components fix: actually send alert message content 2023-08-06 00:28:29 +02:00
exports feat: features yeah 2023-07-27 16:27:03 +01:00
lib chore: update ACLs 2023-08-06 19:47:19 +01: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 chore: populate pages 2023-07-28 19:09:01 +01:00
pnpm-lock.yaml feat: edit report notes; unify card links 2023-07-28 14:29:46 +01: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.