With Volta or Node.js installed, pull down the repo, cd into the folder, and install dependencies:
# with npm
npm install
# with yarn
yarnThen execute the following to see verbose output:
# with npm
npm run commitlint:pass
npm run commitlint:fail
# with yarn
yarn commitlint:pass
yarn commitlint:fail