yarn create svelte bui
cd bui
yarn dev
yarn dev --open
yarn add -D svelte2tsx
To create a production version of your app:
yarn build
yarn package
# npm login
npm publish --access public
yarn storybook
or
# run this for new version
yarn build-storybook
# and then
http-server storybook-static