/python-namibia.github.io

Class project for the Intro to Git & GitHub workshop

Primary LanguageCSSMIT LicenseMIT

Introduction to Git & GitHub

This project contains the class project files for the Introduction to Git & GitHub workshop at the Python Namibia conference.

Local development

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