Install NPM dependencies:
$ npm install
Open a new terminal and start up TestRPC:
$ testrpc
Compile the contracts and deploy them to the development network (testrpc or private geth):
$ make contracts
Build the frontend and serve it at http://localhost:8000/index.html:
$ make frontend
Clean the build folder:
$ make clean
Open a new terminal and start up TestRPC:
$ testrpc
Run the tests:
$ truffle test