Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 541 Bytes

File metadata and controls

17 lines (13 loc) · 541 Bytes

SAMC Official Website

Requirements

Setup Development Environment (on Mac)

  1. Clone this repo on your local machine, and cd to the root of the repo.
  2. Install Ruby with brew install ruby.
  3. Install Jekyll with gem install jekyll.
  4. Serve the site with jekyll serve --watch (watches for changes).
  5. Point your web browser at http://localhost:4000.