Repository of public talks
Creating a new Presentation:
- Create a new branch, make a copy of
template, andcdthere - git submodule current version of reveal.js
$ git submodule add https://github.com/EiffL/reveal.js.git $ cd reveal.js $ git submodule update --init --recursive - copy
package.jsonandgulpfile.jsfrom thereveal.jsfolder to the talk directory - Update/install npm modules to make sure it works with this version:
$ npm install - Start the server:
$ npm start