Creating a component library utilizing Svelte and Storybook. And learning them both as I go :)
Install the dependencies...
cd svelte-storybook--component-library
npm install
...then start Rollup:
npm run dev
...to run StoryBook:
npm run storybook
Component Library Website Storybook