/ttip-influencevis

TTIP Influence Visualisation

Primary LanguageJavaScriptMIT LicenseMIT

ttip visualization

Installation

Install all dependencies.

$ npm install

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 1337. You can define a port with $ gulp --port 3333.

$ gulp

Javascript entry file: app/scripts/main.js
CSS entry file: app/stylus/main.styl

Build

Builds a minified version of the application in the dist folder.

$ gulp build --type production

###Requirements

  • node
  • npm
  • gulp