Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 376 Bytes

Contributing

Some notes on how to work on this repository.

Commits

Conventional Commits are enforced through husky and Git hooks.

Working on the code

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