This is hackathon code and we still need to clean it up/finish features.
-
Install Grunt (optional)
npm install -g grunt
-
Install project dependencies (this will download and setup dependencies such as d3 into a
node_modules
directory)npm install
- Run in the root directory
node .
- If you want javascript code hints, you can run:
grunt jshint
- If you want to run grunt watch, to run tasks as you make code changes, run:
grunt watch
- Find the package you wish to install in the node package manager, then run:
npm install <package> --save
Using a local express server, all your local assets will be in the web directory.
To include new files from node_modules
, use the lib
path in your html file.