Skip to content

ruckstack/ruckstack.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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