Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 546 Bytes

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