Local Development

Requirements

Run locally

cd site
bundle install
bundle exec jekyll serve

Site runs at http://localhost:4000.

If bundler/gems fail

Reset local bundle state and reinstall:

cd site
rm -f Gemfile.lock
rm -rf .bundle vendor/bundle
bundle install
bundle exec jekyll serve

Common error notes

Both are usually resolved by the reset steps above.