项目作者: raspberry-pi-org

项目描述 :
✨ The index page of raspberry pi organization.
高级语言: JavaScript
项目地址: git://github.com/raspberry-pi-org/raspberry-pi-org.github.io.git
创建时间: 2020-12-23T04:52:42Z
项目社区:https://github.com/raspberry-pi-org/raspberry-pi-org.github.io

开源协议:MIT License

下载











Intro

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

How to run

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
    1. $ git clone https://github.com/raspberry-pi-org/raspberry-pi-org.github.io.git
  3. Move to the project.golanger.org folder and install dependencies
    1. $ cd raspberry-pi-org.github.io && npm install
  4. Serve the presentation and monitor source files for changes
    1. $ npm start
  5. 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 :

  1. 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.