Initial commit: SvelteKit PWA + PocketBase Setup für checkflo.de

- Landing Page mit Logo, Hero, Features, Steps, CTA
- QR-Scan Checklisten-Flow (/s/[id])
- PocketBase Client (pb.ts)
- Makefile für DS-Deployment (SSH)
- Setup-Scripts: setup-db.sh, seed-demo.sh
This commit is contained in:
rene 2026-05-17 11:31:13 +02:00
commit f2615c9e07
26 changed files with 2745 additions and 0 deletions

3
app/.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"recommendations": ["svelte.svelte-vscode"]
}