A location-scanner multi-foci force-layout built using d3.js and Rx.js.
Pre-requisutes:
-
node.js (installed globally)
-
mongodb
-
for development: gulp.js (installed globally)
Execute the following commands in your local clone of this repository:
> npm install --production
> npm start
Download mongod from the mongodb website, and place mongod
on your path:
https://www.mongodb.org/
run gulp mongo
in it’s own terminal to start mongo (make sure no other instances of mongo are running)