Some notes on how to work on this repository.
Conventional Commits are enforced through husky
and Git hooks.
To get started, pull down the source and execute:
npm install
npm run lerna:bootstrap
Then you can run the tests as follows:
npm run test:watch