No description
  • TypeScript 95.5%
  • CSS 4.1%
  • JavaScript 0.2%
  • Dockerfile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-12 12:25:08 +02:00
.github Added auth 2025-06-25 22:17:36 +02:00
src Fixed better auth 2025-12-05 00:24:52 +01:00
.dockerignore Updated docker files 2025-08-06 22:51:05 +02:00
.env.example Added gravatar support in case of no avatar 2025-07-19 11:19:40 +02:00
.gitignore Updated docker files 2025-08-06 22:51:05 +02:00
.gitlab-ci.yml Changed build 2025-08-06 20:41:56 +02:00
.npmrc Updated files 2025-08-06 19:06:05 +02:00
AGENTS.md Updated theme switcher component 2025-08-15 15:18:41 +02:00
bun.lock Updated cve 2026-05-12 12:25:08 +02:00
components.json Added shadcn and updated layout 2025-06-25 19:23:12 +02:00
dev-db.yml Updated docker files 2025-08-06 22:51:05 +02:00
docker-compose.yml Updated site 2025-10-06 12:04:34 +02:00
Dockerfile Fixed valdiation errors 2025-10-15 00:00:16 +02:00
dprint.json Cleaned up template 2025-06-25 19:17:39 +02:00
drizzle.config.ts Updated files 2025-08-06 19:06:05 +02:00
eslint.config.mjs Revert "Updated nestjs and patched cve" 2025-12-05 00:10:41 +01:00
next.config.ts Revert "Updated nestjs and patched cve" 2025-12-05 00:10:41 +01:00
opencode.json Updated theme switcher component 2025-08-15 15:18:41 +02:00
package.json Updated cve 2026-05-12 12:25:08 +02:00
postcss.config.mjs Cleaned up template 2025-06-25 19:17:39 +02:00
README.md Initial commit from Create Next App 2025-06-25 19:10:23 +02:00
tsconfig.json Revert "Updated nestjs and patched cve" 2025-12-05 00:10:41 +01: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 Geist, a new font family for Vercel.

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.