This repository contains the Jekyll project that is used to build phillydev.org.
In order to develop against the site locally, you'll need to install:
- Ruby
- Bundler
Once those are installed, install the Ruby specific dependencies:
$ bundleAfter that, you should be able to use jekyll serve to view changes locally as you make them.
Deployment is handled automatically by Netlify on merges to master.