1
0
Fork 0
 
 
 
Go to file
Paul Makles 73ca6ec732 chore: add tom 2024-08-16 13:24:39 +00:00
.vscode chore: add vscode configuration 2023-11-01 17:18:28 +01:00
app chore: make cased reports go away 2023-11-26 13:23:00 +00:00
components feat: highlight suspended/banned users 2023-12-05 18:10:02 +01:00
exports feat: features yeah 2023-07-27 16:27:03 +01:00
lib chore: add tom 2024-08-16 13:24:39 +00:00
public fix: put attention.png in public directory 2023-08-25 13:23:14 +02:00
.env.example feat: add .env.example 2023-08-25 18:36:41 +01:00
.eslintrc.json chore: disable annoying lint rules 2023-08-12 14:44:42 +02:00
.gitignore chore: add .pnpm-store to .gitignore 2023-08-25 12:54:26 +02: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
default.nix feat: add nix file 2023-08-25 18:36:04 +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
notifications.mjs fix: put attention.png in public directory 2023-08-25 13:23:14 +02:00
package.json feat: transfer bots, reset bot token 2023-11-01 17:18:28 +01:00
pnpm-lock.yaml feat: transfer bots, reset bot token 2023-11-01 17:18:28 +01:00
postcss.config.js Initial commit from Create Next App 2023-07-24 15:23:20 +01:00
server.js feat: add ntfy.sh notifications 2023-08-17 16:41:17 +02:00
tailwind.config.js feat: render notes as markdown 2023-08-12 14:44:42 +02: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.