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