$ git clone https://github.com/DWTechs/CheckHard.js.git$ cd CheckHard.js/
$ docker-compose up -d$ cd CheckHard.js/
$ docker-compose run checkhardOR
$ cd CheckHard.js/
$ npm i-
create a branch following these instructions
-
build the library :
$ npm run build
-
test the library :
$ npm run test -
commit your work following conventional commits rules :
- scripts/
- dist/
- src/
- tests/