website refactor

This commit is contained in:
2026-01-12 19:24:59 +01:00
parent 1f0c4f7fa6
commit 5ea95eaf51
54 changed files with 2894 additions and 2342 deletions

View File

@@ -8,7 +8,7 @@
"start": "next start",
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
"lint:presenters": "eslint lib/presenters/*.ts",
"lint:all": "eslint .",
"lint:all": "eslint . --max-warnings 0",
"type-check": "npx tsc --noEmit",
"clean": "rm -rf .next"
},