This site uses Jekyll, a static site builder written in Ruby.
- Make sure you have a local ruby environment set up on your computer (including ruby and bundler).
- For best results, use a local ruby version that matches the ruby version used on Github's servers.
- Use bundler to install Jekyll and other ruby dependencies:
bundle install - Run the site:
jekyll serve