Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.08 KB

Contributing

This project uses:

Please, be sure to properly configure your editor…

Install

Testing

Run yarn test or npm test.

For watching mode, run yarn run watch or npm run watch.

Do not pay attention to the few console.error logs…
In watch mode, you can select a specific package by pressing l > ⬇️ > space > ↩️

Comitting

Run yarn run commit (or npm run commit) or install commitizen globally and run cz.

This project follows: