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.
Hakim's open source work is supported by GitHub sponsors. Special thanks to:
- 🚀 Install reveal.js
- 👀 View the demo presentation
- 📖 Read the documentation
- 🖌 Try the visual editor for reveal.js at Slides.com
- 🎬 Watch the reveal.js video course (paid)
Install Dependencies:
npm install
To serve the project locally for development, use the following command:
npm run dev
This command will start a development server, allowing you to access the project in a web browser at http://localhost:3000
or a different port if specified in your project configuration.
To build the project for production deployment, run:
npm run build
This command will generate optimised production-ready assets and place them in the dist
directory.
To deploy the project, you can use the following command:
npm run deploy