/open-waterloo-hci

MicroTiles Display Contents in Waterloo HCI Lab

Primary LanguageJavaScript

Open Waterloo HCI

The Waterloo HCI Lab in David R. Cheriton School of Computer Science set up Christie Digital MicroTiles for interesting interactive applications and displaying research videos. Create a pull request if you wish to change the structure of the webpage. Drop a .pde file to the Dropbox folder if you wish to showcase your Processing project.

Development

  1. Install the latest Node.js.
  2. Install bower and gulp-cli using npm globally with the root permission:
npm install -g bower
npm install -g gulp-cli
  1. Install Node.js dependencies:
npm install
  1. Install bower dependencies:
bower install
  1. Build with gulp:
gulp build
  1. Run.
gulp serve