Skip to content
Snippets Groups Projects
Forked from R3 / school / courses
909 commits behind the upstream repository.

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