Scaffold svelte-playground repo with hub and shared CSS #1
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?
Type
Feature
Lineage
Standalone — board-svelte-playground setup
Repo
forgejo_admin/svelte-playgroundUser Story
As the superuser
I want the svelte-playground repo scaffolded with shared CSS, Vite multi-page config, and a hub landing page
So that I can start adding project prototypes immediately
Context
New repo, empty. Needs the foundational files: shared CSS design system (same tokens as pal-e-playground), package.json with Svelte 5 + Vite 6, multi-page vite.config.js, and a hub index.html that links to all project prototypes.
File Targets
Files to create:
shared.css— unified CSS design system (extract from pal-e-playground/guide + pal-e-app/app.css tokens)package.json— svelte, @sveltejs/vite-plugin-svelte, vitevite.config.js— multi-page entry points configindex.html— hub landing page linking to project prototypes.gitignore— node_modules, distFiles NOT to touch:
Acceptance Criteria
npm installsucceedsnpm run devstarts Vite dev servernpm run buildoutputs dist/ with static filesTest Expectations
npm run buildexits 0Constraints
Checklist
Related
project-svelte-playgroundScope Review: READY
Review note:
review-319-2026-03-24All template sections present, file targets verified (guide CSS + pal-e-app tokens exist), repo placement correct, no blockers. Ticket is ready for agent execution.