Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 494 Bytes

Certificate Authorities and SSL Presentation

Generate the Presentation

Install the dependencies:

bundle install --path vendor --binstubs

Generate the presentation site:

bin/slideshow presentation

View the Presentation

Load the site in a browser: file:///your/local/code/path/presentation.html

Be sure to allow javascript if running locally for full presentation support.