The application reveal-md is used to show markdown files in the browser.
Make your presentation in a file like index.md and continue:
docker run -v $(pwd):/usr/src/app -p 1948:1948 tommy4st/reveal-md
Here you map your current directory ($(pwd)
) into the directory that reveal-md presents.
Open your browser and go to: http://localhost:1948/ (Or incase Docker is running somewhere else, replace "localhost" by the name of host Docker is running on.)
Use the reveal-md Options and Reveal.js Options to customize your reveal-md instance.
You can also put your own styles in a file named _style.css
in the root directory of the Markdown files.
... doesn't work :(