feat(web): scaffold SvelteKit SPA with Tailwind + adapter-static

- SvelteKit 2.x + Svelte 5 + TypeScript + Vite 5
- adapter-static with fallback:'index.html' for SPA deep-link routing
- Tailwind configured with dark-only palette matching spec
- Placeholder landing page at /
- Committed web/build/index.html placeholder (via .gitignore negation) so
  go:embed works before the SvelteKit build has been run
This commit is contained in:
2026-04-22 09:26:36 -04:00
parent 8600b253fd
commit 86b024dc47
14 changed files with 3961 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
node_modules/
.svelte-kit/
build/*
!build/index.html