Skip to content

Instantly share code, notes, and snippets.

@NuclearMachine
Forked from ianjennings/reveal.md
Created August 23, 2022 17:05
Show Gist options
  • Save NuclearMachine/d28db2d3ffad0e98a1f86652ae3447e4 to your computer and use it in GitHub Desktop.
Save NuclearMachine/d28db2d3ffad0e98a1f86652ae3447e4 to your computer and use it in GitHub Desktop.

Getting Started with Reveal.js

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.

Download and Install

Downloading and Installing Reveal.js

Make sure you have Node.js (10.0.0 or later) installed. Then, clone the reveal.js repository:

git clone https://github.com/hakimel/reveal.js.git

Next, move to the reveal.js folder and install dependencies:

cd reveal.js
npm install

Run the Demo

Setting up and running the Reveal.js Demo

Serve the presentation and monitor source files for changes:

npm start

Then, open http://localhost:8000 to view your presentation!

Any changes you make to the source files will be reflected in the presentation automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment