tsr-ui
v0.0.1
Published
Combination of HIPP and TSR components bundled into one
Downloads
2
Readme
TSR components
Internal tsr components library
Getting Started
- Make sure that NodeJS and NPM are available
node -v
# and
npm -v- Make sure that all packages are installed
npm i- Run the storybook
npm run storybookPublishing package changes
npm run pub- Select update type (major, minor or patch) by entering 1, 2 or 3, default option is minor
- Do not forget to commit changes after publishing
