Skip to content
Snippets Groups Projects
Commit c6ce7cd3 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

update instructions

parent 06940f14
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,11 @@ This repository contains all presentations related to R3. ...@@ -4,7 +4,11 @@ This repository contains all presentations related to R3.
# How to get started # 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`.
```bash ```bash
$ cd YYYY-MM-DD_myPresentation
$ npm install -g npm@latest grunt-cli generator-reveal $ npm install -g npm@latest grunt-cli generator-reveal
$ npm install $ npm install
``` ```
...@@ -18,5 +22,5 @@ $ grunt server ...@@ -18,5 +22,5 @@ $ grunt server
# How to publish # How to publish
```bash ```bash
grunt dist $ grunt dist
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment