# Presentation slides


## How to get started

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

## How to develop locally

```bash
$ grunt server
```

## How to publish

```bash
grunt dist
```