Jekyll source for StuyPulse.com.
Follow the instructions here to set up your environment for serving the site locally. In a nutshell:
- Install Ruby
gem install bundler
bundle install
Run:
make serve
The site will rebuild whenever a file is modified.