$ git clone https://github.com/DWTechs/CtrlTab.js.git$ cd CtrlTab/
$ docker-compose up -d$ cd CtrlTab/
$ docker-compose run ctrltabOR
$ cd CtrlTab/
$ 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/
- web/