Skip to content

Software Development

Autumn edited this page Sep 1, 2025 · 2 revisions

Guidance

  1. Clone the repository to work on it.
  2. Use the docs/ folder inside as your command prompt's root location.
  3. Use Ruby's bundle runner to ask jekyll to serve.

A jekyll preview server handles recompiling the site after edits to source files. Some changes, like inside _config.yml, need to have a full server stop and restart before the preview site can detect the difference.

tl;dr

cd antibody/docs
bundle exec jekyll serve
# Visit 127.0.0.1:4000 in your preferred browser
# Leave this running
# Close and restart if config changes require a reload

Clone this wiki locally