To install all the dependencies needed by the blog, run the following inside of the project directory:
gem install -g Gemfile
To update the environment to be similar to what is used at Github, run the following:
bundle update
To run the development server, run the following:
bundle exec jekyll serve --host 0.0.0.0