Skip to content

luigimorel/svelte-storybook

Repository files navigation

Storybook setup using SvelteKit, Typescript and Tailwind.css

Everything you need to know about setting up a SvelteKit project with Storybook, Typescript and Tailwindcss.

web page

Installation Guidelines

  1. Clone this repository to your local device
$ git clone https://github.com/morelmiles/svelte-storybook.git
  1. Install the project's dependencies
$ npm  install
# or
yarn add
  1. Start the Svelte server
$ npm run dev -- --open
  1. Start the Storybook
$ npm run storybook

TO DO

  • [] - Add documentation for the Modal component
  • [] - Webpage responsiveness and navbar dropdown

About

Component documentation using SvelteKit, Tailwindcss and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published