Development

Install dependencies.

make build-requirements
make build

Enable commit hooks.

npm install -g @commitlint/cli @commitlint/config-conventional @commitlint/cz-commitlint
npm install -g commitizen
pre-commit install --hook-type pre-commit
pre-commit install --hook-type commit-msg