Skip to content

Extending the Framework

Gordon Smith edited this page May 9, 2016 · 11 revisions

Setting up a development environment

Prerequisites

mkdir ./someDir
cd ./someDir
git clone https://github.com/hpcc-systems/Visualization.git
cd Visualization
git checkout candidate-1.14.x
npm install -g gulp
npm install -g bower
npm install
bower install

A quick way to test your environment is to launch the unit tests:

npm test