Mini-monorepo for a shadcn-compatible custom registry and UI package.
packages/design-systempackages/uipackages/cliapps/www
pnpm install
pnpm build:registry
pnpm validate:registry
pnpm verify
pnpm verify:visual
pnpm dev
pnpm --filter @seaguntech/cli buildRegistry output is generated into apps/www/public/r.
@seaguntech/design-system@seaguntech/ui@seaguntech/cli
CLI quick usage:
pnpm --package=@seaguntech/cli@latest dlx seagun components add button- Master plan:
docs/master-spec.md - Troubleshooting:
docs/troubleshooting.md - Adding components:
docs/adding-components.md - Release checklist:
docs/release-checklist.md
- CI verify workflow:
.github/workflows/ci.yml - Visual regression workflow:
.github/workflows/visual-regression.yml - Release workflow:
.github/workflows/release.yml