An open API service indexing awesome lists of open source software.

https://github.com/madhuakula/present

Reveal JS presentation with reveal-md using Docker
https://github.com/madhuakula/present

Last synced: 8 months ago
JSON representation

Reveal JS presentation with reveal-md using Docker

Awesome Lists containing this project

README

          

# present
Reveal JS presentation with reveal-md using Docker
---

### More details about the `reveal.js` and `reveal-md`

- [reveal.js](https://github.com/hakimel/reveal.js)
- [reveal-md](https://github.com/webpro/reveal-md)

### Docker pull (or) Docker build

- Directly use by `docker pull` from the dockerhub

```
docker pull madhuakula/present
```

- Build image from the Dockerfile

```
git clone https://github.com/madhuakula/present.git
cd present
docker build -t present .
```

### Usage

- Go to the directory where you want to present (where Markdown files are there). Then run the below command
```
docker run -v `pwd`:/slides -p 1948:1948 -d madhuakula/present /slides
```