feat: scaffold SvelteKit runtime #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/issue-2-sveltekit-runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Scaffolds the standalone SvelteKit + TypeScript runtime for the Dimension Lab dashboard product.
Closes #2.
Why
The website needs to become a proper product runtime rather than a Homepage customization. This PR replaces the static
index.htmlwith a Node/container-friendly SvelteKit app foundation.Changes
Testing
bun run checkbun run buildbun run dev, then verifiedhttp://localhost:5173/returns the rendered pageNotes
npm/nodebinary on PATH, so verification used Bun equivalents for the standard package scripts.