Interactive UI component dev & test: React
npm install bunee-uiClone this repository and ``cd ui`
The first time you need run
`shell`
yarn && yarn build
To run project
`shell`
yarn bootstrap && yarn start
if yout development components or new component you nedd run this in other terminal tab
`shell`
yarn start:watch
to publish in npm
``
export NPM_TOKEN=token-bunee-dev-npm
yarn deploy