0.0.1 • Published 4 years ago

imc-ui-library v0.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

IMC UI Library

Run storybook locally

Start storybook to see the changes you make live at http://localhost:6006

npm start

Pre commit

Before committing to the git repo, please run this command to

  • run prettier to format your code
  • run ts-lint to check for linting errors
npm run pre-commit

Branches

  • Make feature branches and push them to gitlab.
  • Create merge requests from your feature branch into the develop branch

Build

To compile the library into the dist folder run:

npm run build

Publish

TBD