Skip to content

✨ Display all project informations of google-golang org by the stunning presentation on the web created by : https://revealjs.com/

License

Notifications You must be signed in to change notification settings

GuiterBoy/project.golanger.org

 
 

Repository files navigation

Intro

✨ Display all project informations of google-golang 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/google-golang/project.golanger.org.git
  1. Move to the project.golanger.org folder and install dependencies
$ cd project.golanger.org && 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.

About

✨ Display all project informations of google-golang org by the stunning presentation on the web created by : https://revealjs.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.7%
  • HTML 26.3%
  • SCSS 16.6%
  • CSS 0.4%