/rest-web-presentation

A presentation about hypermedia.

Primary LanguageRuby

The REST of the Web

A presentation about hypermedia.

Watch the presentation on Github

Modifying the presentation

The presentation is built with Showoff a Ruby-based presentation tool that uses Markdown-format text files to generate presentation.

$ bundle install
$ bundle exec showoff serve

To update the static version of the site on Github Pages:

$ bundle exec github
$ git push origin gh-pages