Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 589 Bytes

StuyPulse.com

Build Status

Jekyll source for StuyPulse.com.

Environment Setup

Follow the instructions here to set up your environment for serving the site locally. In a nutshell:

  1. Install Ruby
  2. gem install bundler
  3. bundle install

Running Jekyll

Run:

make serve

The site will rebuild whenever a file is modified.