Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 678 Bytes

building-docs.md

File metadata and controls

35 lines (24 loc) · 678 Bytes
layout title site_nav_category site_nav_category_order is_site_nav_category
page
Building Docs
buildingdocs
500
true

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/.