Skip to content
Snippets Groups Projects
README.md 227 B
Newer Older
# Presentation slides

Laurent Heirendt's avatar
Laurent Heirendt committed

Laurent Heirendt's avatar
Laurent Heirendt committed
## How to get started

```bash
$ npm install -g npm@latest grunt-cli generator-reveal
$ npm install
```

## How to develop locally

```bash
$ grunt server
```

Laurent Heirendt's avatar
Laurent Heirendt committed
## How to publish

```bash
grunt dist
Laurent Heirendt's avatar
Laurent Heirendt committed
```