Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 638 Bytes

File metadata and controls

23 lines (12 loc) · 638 Bytes

FOSTER Junior Scientist Day 2016 – Graphic Recordings

A web app presenting the graphic recordings of FOSTER Junior Scientist Day 2016 with impress.js.

Build

  1. Install Node.js (including npm). If you are running Linux, it is likely already installed.

  2. Install build dependencies and gulp (has to be installed globally as well):

    npm install

    npm install -g gulp

  3. Compile:

    gulp build

    See gulpfile.js for more build tasks.

Deploy

Just copy the www directory to your server. There are no server-side dependencies.