tomesh.101

tomesh.101 experience is where introductory outreach and educational materials for Toronto Mesh tomesh.net are worked on and stored. This is a working repository, as a result, a lot of the material in here is in draft form.

Repository Structure

The repository is structured as follows:

The organization of this is based on outreach materials conversations on May 20 and June 02.

Presentations

Presentations are currently using the presentation tool showoff.

Viewing Presentations

Static versions of presentations are always available online at tomeshnet.github.io/tomesh.101/

Running Presentations

If you would like to run presentations locally or make changes you’ll have to do the following:

  1. Clone this repository to your computer.

  2. Install showoff, showoff is written in ruby and comes as a packaged gem

     $ gem install showoff
    
  3. Run showoff from the repository presentations/<presentation-name> directory

     $ showoff serve
    
  4. To view, in your preferred browser navigate to:

     http://0.0.0.0:9090