Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 366 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 366 Bytes

This is the shared blog for the Software Carpentry instructor training course.

To set up:

gem install bundler

and then in the root directory:

bundle install

and then either:

bundle exec jekyll serve

or:

make serve

You can then preview the site at http://0.0.0.0:4000/training-course/.