Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

lewagon/workshops

Repository files navigation

wercker status

Getting started

To start locally the server

# First fetch revealjs as a submodule
$ git submodule update --init
# Install all the things
$ bundle install
# Then run jekyll locally
$ jekyll serve --watch

Adding a new workshop

  1. Create a new .md file in the workshops folder.
  2. Add it to the _data/workshops.yml file