A web app presenting the graphic recordings of FOSTER Junior Scientist Day 2016 with impress.js.
-
Install Node.js (including npm). If you are running Linux, it is likely already installed.
-
Install build dependencies and gulp (has to be installed globally as well):
npm install
npm install -g gulp
-
Compile:
gulp build
See
gulpfile.js
for more build tasks.
Just copy the www
directory to your server. There are no server-side dependencies.