sv
based Svelte Template with
in Feature-Sliced Design Architecture
If you're seeing this, you've probably already done this step. Congrats!
# add ui component to project
npx shadcn-svelte add button
npm install
execute component add script
npx shadcn-svelte add button
add exports to public api of @/shared/ui
export {
Button,
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant
} from './button';
npm run dev
npm run build
npm run format
npm run steiger