This demo is built using Node and Gulp. You'll need to have them installed.
- Make sure you have node.js and npm installed. If not, you can get them from here.
- Make sure you have gulp installed. If not, you can get it by running
npm install gulp -g
- Install node modules by running
npm install
.
- To start up the server: run
node server/main.js
- To build the player, presenter, and game master pages: run
gulp
.