No description
  • TypeScript 90.1%
  • JavaScript 8.5%
  • Dockerfile 0.9%
  • CSS 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-21 10:29:39 +02:00
.github/workflows chore: update deploy workflow 2026-07-21 10:29:39 +02:00
.vscode feat: set settings 2026-07-10 14:47:19 +02:00
app feat: closures 2026-07-12 16:31:54 +02:00
k8s feat: add ndw.wisse.dev 2026-07-12 14:30:40 +02:00
public Initial commit from Create Next App 2026-07-09 20:09:57 +02:00
scripts chore: generate measurement locations 2026-07-10 16:16:49 +02:00
trpc feat: closures 2026-07-12 16:31:54 +02:00
types/NDW feat: closures 2026-07-12 16:31:54 +02:00
.dockerignore feat: update docker files 2026-07-10 11:05:40 +02:00
.gitignore Initial commit from Create Next App 2026-07-09 20:09:57 +02:00
AGENTS.md docs: update AGENTS.md 2026-07-12 13:33:12 +02:00
biome.json Initial commit from Create Next App 2026-07-09 20:09:57 +02:00
CLAUDE.md docs: update AI docs 2026-07-10 14:56:25 +02:00
docker-compose.yaml chore: fix network 2026-07-10 11:18:49 +02:00
Dockerfile feat: update docker files 2026-07-10 11:05:40 +02:00
next.config.ts fix: set next output to standalone 2026-07-10 11:06:00 +02:00
package.json chore: trpc deps 2026-07-10 14:04:51 +02:00
pnpm-lock.yaml chore: trpc deps 2026-07-10 14:04:51 +02:00
pnpm-workspace.yaml Initial commit from Create Next App 2026-07-09 20:09:57 +02:00
postcss.config.mjs Initial commit from Create Next App 2026-07-09 20:09:57 +02:00
README.md Initial commit from Create Next App 2026-07-09 20:09:57 +02:00
tsconfig.json Initial commit from Create Next App 2026-07-09 20:09:57 +02: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.