Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 478 Bytes

File metadata and controls

11 lines (7 loc) · 478 Bytes

Contributing

Local Setup

This site uses Jekyll, a static site builder written in Ruby.

  1. Make sure you have a local ruby environment set up on your computer (including ruby and bundler).
  2. Use bundler to install Jekyll and other ruby dependencies: bundle install
  3. Run the site: jekyll serve