reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free. Check out the live demo.
The framework comes with a broad range of features including nested slides, Markdown support , Auto-Animate, PDF export, speaker notes, LaTeX support , syntax highlighted code and much more.
The full reveal.js documentation is available at revealjs.com.
Want to create your presentation using a visual editor? Try the official reveal.js presentation platform for free at Slides.com. It's made by the same people behind reveal.js.
MIT licensed
Copyright (C) 2011-2020 Hakim El Hattab, https://hakim.se
- Execute
npm run install
ornpm install
.
You can start server via npm run start
.
Available links after running app locally:
To generate PDF:
- Open the Flyer link locally
- Open the in-browser print dialog (CTRL/CMD+P).
- Change the Destination setting to Save as PDF.
- Change the Layout to Landscape.
- Change the Margins to None.
- Enable the Background graphics option.
- Click Save 🎉