UKPDS UI

This is a early prototype.

Build process

The build process uses Gulp.

  1. Install the latest version of Node.js
  2. Install Gulp globally npm install gulp -g
  3. Install the dependancies locally npm install
  4. To build:
  • To build once run gulp
  • To build and watch for changes run gulp watch
  • To clean the public directory run gulp clean