This repo aims to offer you a homepage of your Reveal.js presentations. This will make it easier for you to quickly select and review your presentations.
Reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at revealjs.com.
The framework comes with a powerful feature set including nested slides, Markdown support, Auto-Animate, PDF export, speaker notes, LaTeX typesetting, syntax highlighted code and an extensive API.
Want to create reveal.js presentation in a graphical editor? Try https://slides.com. It's made by the same people behind reveal.js.
- Download the latest release here.
- Extract the zip file.
unzip reveal.js.zip
- Enter in
reveal.js
directory.
cd reveal.js
- Open Python http server
python3 -m http.server
Now, you can open Reveal.js on your browser : http://localhost:8000
# Download the source code
git clone https://github.com/shinydisk/Reveal.js.git
# Enter to the repository
cd reveal.js
# Open Python http server
python3 -m http.server
Now, you can open Reveal.js on your browser : http://localhost:8000
Coming soon ...
Coming soon ...