Install NPM dependencies:
$ npm installOpen a new terminal and start up TestRPC:
$ testrpcCompile the contracts and deploy them to the development network (testrpc or private geth):
$ make contractsBuild the frontend and serve it at http://localhost:8000/index.html:
$ make frontendClean the build folder:
$ make cleanOpen a new terminal and start up TestRPC:
$ testrpcRun the tests:
$ truffle test