- install Node 0.10 and make sure you can run it from the command line
- Clone ixmaps-node-server from git
- cd ixmaps-node-server
- npm install
- To compile raw-trace, a build environment including g++ and the following may be necessary:
export LINK=g++
- node index.js
- open http://localhost:8181 in a browser
- Install the Chrome extension
Install mocha with npm install -g mocha
then type npm test
.