Development

You can run the site locally on your computer while making changes.

Setup Ruby and Bundler

Ensure that you have Ruby and Bundler installed.

gem install bundler

One-time setup

bundle install --path vendor/bundle

Note: If you’re on macOS and this fails installing nokogiri, run brew unlink xz, install, and then brew link xz.

Running the site

bundle exec jekyll serve

Point your browser at http://127.0.0.1:4000/xi-editor/.