This project contains the class project files for the Introduction to Git & GitHub workshop at the Python Namibia conference.
To run this project locally, you'll need to have Ruby and RubyGems installed. Once you're good there, simply clone this project and run the following commands:
bundle install
bundle exec jekyll serve
open http://localhost:4000