First, set up development enviroment:
npm install
chmod +x .husky/*
npm run dev
Open http://localhost:3000 with your browser to see the result.
After local modifications use :
git commit
This will open up commitizen in the CLI.
First, set up development enviroment:
npm install
chmod +x .husky/*
npm run dev
Open http://localhost:3000 with your browser to see the result.
After local modifications use :
git commit
This will open up commitizen in the CLI.