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