You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Placeholder, excluded from root workspace automation
Workspace Policy
Root quality scripts target the active workspace graph only.
Archived and placeholder packages stay in the repo for reference, but are excluded from root workspace automation.
Deprecated published packages remain documented until they are formally removed from maintenance or npm distribution.
Getting Started
git clone https://github.com/gentleeduck/duck-ui.git
cd duck-ui
bun install
Run a Single App
bun --filter @gentleduck/ui-docs dev
Common Workspace Commands
bun run dev # run all workspace dev tasks
bun run build # build all packages/apps
bun run test# run tests across workspaces
bun run check # biome checks
bun run check-types # TypeScript type checks
bun run ci # non-mutating repo verification (check, workspace lint, types, tests, build)