Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 650 Bytes

building-docs.md

File metadata and controls

34 lines (23 loc) · 650 Bytes
layout title site_nav_category is_site_nav_category
page
Building Docs
buildingdocs
false

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