Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 327 Bytes

File metadata and controls

24 lines (18 loc) · 327 Bytes

Starter Template for Storybook - SvelteKit - TailwindCSS

Setup with

  • Typescript
  • ESLint
  • Prettier
  • Playwright
  • Vitest
  • Darkmode/Lightmode

Usage

# create a new project in my-app
npx degit nostrorom/storybook-starter-sveltekit-tailwind my-app

# install
cd my-app
pnpm i

# start
pnpm run storybook