1
0
Fork 0
 
 
 
Go to file
Paul Makles 41c3d1ea1d
chore: wildcard match paths
2023-07-30 12:06:30 +01:00
app refactor: move page specific components 2023-07-30 11:32:06 +01:00
components feat: add auth middleware and logout button 2023-07-30 11:43:39 +01:00
exports feat: features yeah 2023-07-27 16:27:03 +01:00
lib refactor: move page specific components 2023-07-30 11:32:06 +01:00
public feat: assign badges 2023-07-28 15:08:46 +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.