Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 237 Bytes

DEVELOP.md

File metadata and controls

16 lines (13 loc) · 237 Bytes

Developer Guide

Local Development

How to run the project locally:

bundle install
bundle exec jekyll serve \
    -H 0.0.0.0 \
    --trace \
    --watch \
    --force_polling \
    --livereload \
    --livereload-port 4001