git clone <repository-url>cd design-systemyarn install
yarn lint:hbsyarn lint:jsyarn lint:js -- --fix
yarn test
yarn dev- Visit the dummy application at http://localhost:4200.
If you wish to publish a new version, add 1 of 3 available tags:
- publish-major-on-merge
- publish-minor-on-merge
- publish-patch-on-merge
Release process will be handled by Jenkins pipeline.
We host our documentation on GitHub Pages. Code lives inside gh-pages branch.
To deploy a new version of documentation please add deploy-docs-on-merge label to your pull request.
Documentation deployment is handled by Jenkins, so it'll be fired after merge to master.