Bug fixes are welcome, but not new features. See more details.
Run these commands in the root folder of the repository.
Install dependencies and bootstrap Lerna:
npm run bootstrap
Run tests for all packages:
npm test
Or run a watch mode:
npm run test:watch