This project uses yarn. Do not use npm if you wish to contribute to this project!
$ yarn
$ yarn test
to test
$ yarn test:dev
to watch tests
$ yarn build
to build the code to the /lib
folder.
$ yarn doc
to generated documentation in the ./docs
folder
##Documentation The documetation can be found here.
##Contribution TODO