Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 301 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 301 Bytes

Updating docs with Ruby in Docker

  1. Start the container interactively: docker run -it --rm -v "$PWD/docs":/docs -p 4000:4000 ruby bash
  2. Change the working directory to docs: cd /docs
  3. Fetch dependencies: bundler install
  4. Run with auto reloading: bundle exec jekyll serve -H 0.0.0.0