Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 2.97 KB

README.md

File metadata and controls

60 lines (47 loc) · 2.97 KB

Intro

✨ Display all project informations of Raspberry Pi Organization by the stunning presentation on the web created by reveal.js

How to run

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.

  1. Install Node.js (10.0.0 or later)
  2. Clone this repository
$ git clone https://github.com/raspberry-pi-org/raspberry-pi-org.github.io.git
  1. Move to the project.golanger.org folder and install dependencies
$ cd raspberry-pi-org.github.io && npm install
  1. Serve the presentation and monitor source files for changes
$ npm start
  1. Open http://localhost:8000 to view your presentation

Development Server Port

The development server defaults to port 8000. You can use the the port argument to switch to a different one :

npm start -- --port=8001

For more informations please refer to : https://revealjs.com/installation/

Thanks

reveal.js

Slides

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.

Documentation

The full reveal.js documentation is available at revealjs.com.