@kulvund/asko-design-system
v0.1.0
Published
[](https://kulvund.visualstudio.com/asko-design-system/_build/latest?definitionId=3&branchName=master)
Readme
asko-storybook
Clone project
ssh: git clone [email protected]:fortedigital/asko-storybook.git
https: git clone https://github.com/fortedigital/asko-storybook.gitProject setup
1. cd asko-storybook
2. npm installCompiles and hot-reloads for development
npm run storybook (runs at localhost:6006)Builds a static web app which can be deployed to any static site hosting services.
npm run build-storybookRun your unit tests
npm run test:unitLints and fixes files
npm run lintCreate and publish new package
TODO