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

Installation Guidelines
- Clone this repository to your local device
$ git clone https://github.com/morelmiles/svelte-storybook.git
- Install the project's dependencies
$ npm install
# or
yarn add
- Start the Svelte server
$ npm run dev -- --open
- Start the Storybook
$ npm run storybook
TO DO
- [] - Add documentation for the
Modal
component
- [] - Webpage responsiveness and navbar dropdown