Presentation slides
This repository contains all presentations related to R3.
How to get started
Copy the presentation template folder into the folder of the current year and name it
according to your preference, i.e. YYYY-MM-DD_myPresentation
.
$ cd YYYY-MM-DD_myPresentation
$ npm install -g npm@latest grunt-cli generator-reveal
$ npm install
How to develop locally
$ grunt server
How to publish
$ grunt dist