Bun install
: Install all dependencies
web
: another SvelteKit app@repo/ui
: a stub Shadcn-svelte component library shared by bothweb
anddocs
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
)
Bun ui:add
: Add a new multiple Shadcn components
Bun ui:add button
: Add a single Shadcn component
Bun ui:update
: Update Shadcn components index.ts after adding new components
Bun run dev
: Run the development server