Scaffold project foundation

Fresh start: Vite + React 19 + strict TS, Tailwind v4, PWA, Vitest/Playwright.
Replaces the prior DeepSeek-built app (deleted; ~135 documented bugs, no VCS).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 23:47:39 +02:00
commit fe84dc365d
11 changed files with 1842 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
node_modules
dist
dev-dist
*.local
.DS_Store
playwright-report
test-results
.vite
# Editor
.vscode/*
!.vscode/extensions.json
.idea