0.0.1 • Published 1 year ago

tsr-ui v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

TSR components

Internal tsr components library

Getting Started

  1. Make sure that NodeJS and NPM are available
node -v
# and
npm -v
  1. Make sure that all packages are installed
npm i
  1. Run the storybook
npm run storybook

Publishing 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