Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 384 Bytes

Public documentation

This holds the source for the docs.yourbase.io site. It is automatically deployed on merges to main.

Running locally

To run docs locally, use

yb exec

or to run without yb,

bundle install
bundle exec jekyll serve --livereload --config _config.yml,_config_dev.yml