Skip to content

Instantly share code, notes, and snippets.

@hatappo
Created January 13, 2026 10:27
Show Gist options
  • Select an option

  • Save hatappo/fb358eca4f98871d3a5af18efcb54263 to your computer and use it in GitHub Desktop.

Select an option

Save hatappo/fb358eca4f98871d3a5af18efcb54263 to your computer and use it in GitHub Desktop.
Initialization of `shadcn-svelte`
 $ pnpm dlx shadcn-svelte@latest init
┌   shadcn-svelte  v1.1.0 
│
◇  Which base color would you like to use?
│  Slate
│
◇  Where is your global CSS file? (this file will be overwritten)
│  src/app.css
│
◇  Configure the import alias for lib:
│  $lib
│
◇  Configure the import alias for components:
│  $lib/ui
│
◇  Configure the import alias for ui:
│  $lib/ui
│
◇  Configure the import alias for utils:
│  $lib/utils
│
◇  Configure the import alias for hooks:
│  $lib/hooks
│
◇  Config file components.json created
│
◇  Alias paths validated
│
◇  Setting up shadcn-svelte base configuration
│
◇  utils installed at src/lib/utils
│
◇  Stylesheet updated at src/app.css
│
◆  Successfully installed dependencies
│
└  Success! Project initialization completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment