Built with Jekyll and Github Pages.
Install Ruby via either
- latest stable release directly
- a Ruby version manager, like rbenv https://github.com/rbenv/rbenv#readme
Install Ruby's Gem bundler (ie, package manager)
gem install bundler
Download and install project's Gems, listed in Gemfile
bundle install
Download any new Gems added to the project since last time
bundle install
Start the local development server. Opens at http://127.0.0.1:4000
aka http://localhost:4000
. Server updates browser whenever code is changed.
bundle exec jekyll serve