Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 479 Bytes

_README.md

File metadata and controls

15 lines (8 loc) · 479 Bytes

BRouter Docs

This documentation can be used to generate a static website using jekyll.

Dependencies

jekyll uses ruby and therefore installs dependencies using gem. It is recommended to use bundler to manage those dependencies.

bundle install installs all dependencies. To update dependencies use bundle update.

Preview

jekyll provides a built-in webserver which can be used for fast feedback during editing.

bundle exec jekyll serve