bleathem / keynote2015-beacon

Location-scanner multi-foci force-layout using d3.js and Rx.js
8 stars 9 forks source link

= Location Force Layout

A location-scanner multi-foci force-layout built using d3.js and Rx.js.

Pre-requisutes:

= To install and run the project

Execute the following commands in your local clone of this repository: [source, bash]

npm install --production npm start

= To develop the project:

== Install gulp

Make sure gulp.js is installed globally [source, bash]

npm install -g gulp

== Start mongo 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)

== Start the project

run gulp in it's own terminal