A state-of-the-art starter focused on quality, DX, and longevity.
corepack enable # optional, enables pnpm
pnpm install
pnpm tauri:dev
pnpm check
– typecheck (TS + svelte-check)pnpm test
– unit tests (Vitest) + coverage via pnpm test:coverage
pnpm test:e2e
– Playwright E2Epnpm storybook
– run Storybookpnpm release
– open a Release PR via release-pleaseHusky runs commitlint and lint-staged on commit. Conventional Commits recommended.
GitHub Actions workflow runs typecheck, lint, unit + E2E tests, and uploads coverage.
Use .env
(see .env.example
). All public variables must be prefixed with PUBLIC_
.