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