You will need to install:
- node.js (http://nodejs.org/)
- Bower (http://bower.io/)
- Grunt (http://gruntjs.com/)
Then in the checkout directory run:
npm install
bower install
To serve the page run:
sudo grunt serve
A GUI for creating PMML Rulesets. http://rulebuilder.deanreilly.co.uk/
JavaScript
You will need to install:
Then in the checkout directory run:
npm install
bower install
To serve the page run:
sudo grunt serve