Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 638 Bytes

Source for ruckstack.com

This is the source code backing ruckstack.com

Looking to improve the docs? Feel free to send us a pull request.

Local development

Initial Environment Setup

  1. Clone repo locally
  2. Install Ruby
  3. Run gem install jekyll bundler
  4. Run gem bundle install

Running site locally

  1. Run bundle exec jekyll serve -H 0.0.0.0
  2. Browse to http://localhost:4000
  3. Make change locally, wait for regeneration to finish, reload browser page

Technical Information