✨ Display all project informations of Raspberry Pi Organization
by the stunning presentation on the web created by 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.
- Install Node.js (10.0.0 or later)
- Clone this repository
$ git clone https://github.com/raspberry-pi-org/raspberry-pi-org.github.io.git
- Move to the project.golanger.org folder and install dependencies
$ cd raspberry-pi-org.github.io && npm install
- Serve the presentation and monitor source files for changes
$ npm start
- Open http://localhost:8000 to view your presentation
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/
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.