Skip to content

bastiaanvanassche/mesos-presentation

Repository files navigation

Link to the slideshow (hosted with GitHub pages)

Running the slideshow from a local web server

  1. Install Node.js (4.0.0 or later)
  2. Navigate to the presentation folder $ cd mesos-presentation
  3. Install dependencies: $ npm install
  4. Serve the presentation: $ npm start
  5. Open http://localhost:8000 to view the presentation

Generate PDF version of the slideshow

DeckTape is a high-quality PDF exporter for HTML5 presentation frameworks. There's a docker image available, so you can generate a PDF version of your presentation running on http://localhost:8000:

docker run --rm --net=host -v $(pwd):/slides astefanutti/decktape http://localhost:8000 slides.pdf

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published