You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the docs/ folder inside as your command prompt's root location.
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