npm install itrum-uiExceed-ui
Install modules
```
yarn`
Run storybook`
yarn storybook`
Run build (output ./lib)`
yarn build`
Pusblishing:
- prepackage`
yarn prepackage`
- Enter publish dir`
cd publish`
- p.s. for local testing we can use npm link command in publish folder, then install it in local project (better to rename package in package.json`
yarn publish`
OR``
yarn link
to bundle your application