Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnadales/revealjs-server
Simple nodejs web-server to server revealjs content.
https://github.com/dnadales/revealjs-server
docker reveal-js revealjs revealjs-server
Last synced: 15 days ago
JSON representation
Simple nodejs web-server to server revealjs content.
- Host: GitHub
- URL: https://github.com/dnadales/revealjs-server
- Owner: dnadales
- License: gpl-3.0
- Created: 2017-02-06T22:44:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T10:15:05.000Z (over 7 years ago)
- Last Synced: 2024-11-06T09:25:46.275Z (2 months ago)
- Topics: docker, reveal-js, revealjs, revealjs-server
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web-server for revealjs content
To build the container:
``` sh
docker build -t dnadales/revealjs-server .
```To start the container, navigate to the directory hosting the slides and run:
``` sh
docker run -p 49160:8000 -v `pwd`:/revealjs/presentation/ --rm dnadales/revealjs-server:latest
```