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.
from https://github.com/hakimel/reveal.js
---------
Full Setup - Recommended
Some reveal.js features, like external Markdown, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
Install Node.js (10.0.0 or later)
Clone the reveal.js repository
$ git clone https://github.com/hakimel/reveal.js
Move to the reveal.js folder and install dependencies
$ cd reveal.js && npm install
Serve the presentation and monitor source files for changes
$ npm start
Open http://localhost:8000 to view your presentation
Development Server Port
The development server defaults to port 8000. You can use the port
argument to switch to a different one:
npm start -- --port=8001
from https://revealjs.com/installation/
No comments:
Post a Comment