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
- Host: GitHub
- URL: https://github.com/madhuakula/present
- Owner: madhuakula
- Created: 2016-07-17T17:12:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T12:31:57.000Z (over 8 years ago)
- Last Synced: 2024-12-27T02:22:39.635Z (10 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```