Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 672 Bytes

HTTP 101

This repository contains materials used for HTTP 101 talk

Slides

Slides are generated using Pandoc, fixed by a small Ruby script and powered by reveal.js.

Usage instruction

  1. git clone --recursive https://github.com/asi-pwr/http101.git
  2. Open slides/index.html in your web browser
  3. ????
  4. PROFIT

Development

  1. Install latest Pandoc and Ruby
  2. Go to slides directory
  3. Run bundle install
  4. Edit slides.md to suit your needs
  5. Issue make
  6. Your brand new presentation is available at index.html
  7. OPTIONAL: If you want a zip archive with the talk then issue make release