This is a place holder project for creating a svelt version of the storybook. It is not under active development.
Everything you need to build a Svelte project with storybook, powered by create-svelte
and storybook
.
Once you've created a project and installed dependencies with npm install
, start a development server:
npm run storybook
To create a production version of your app:
build-storybook