Bun install
: Install all dependencies
web
: another SvelteKit app@repo/ui
: a stub Shadcn-svelte component library shared by both web
and docs
applications@repo/eslint-config
: eslint
configurations (includes eslint-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