Scaffold SvelteKit product runtime #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Parent: #1
Goal
Create the first real website/app foundation for the Homepage competitor using SvelteKit and TypeScript. This replaces the idea of extending Homepage config with a proper product runtime.
Scope
Initial dependency decisions
vitestonly if needed for scaffold-level checks; deeper tests belong in later issues.Acceptance criteria
npm run devstarts a local app.npm run buildsucceeds.Out of scope