Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 766 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 766 Bytes

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