$ git clone git@github.com:diasdavid/csr8.org.git
$ cd csr8.org
$ npm install
$ npm startWhen you change .js files in ./lib, run browserify by:
$ npm run distYou can start the app by:
$ npm startOr with nodemon by:
$ npm run mon# set the permissions to be able to execute, just once
$ chmod +x bin/watch.js$ bin/watch.js