Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 553 Bytes

phillydev.org

This repository contains the Jekyll project that is used to build phillydev.org.

Local Development

In order to develop against the site locally, you'll need to install:

  • Ruby
  • Bundler

Once those are installed, install the Ruby specific dependencies:

$ bundle

After that, you should be able to use jekyll serve to view changes locally as you make them.

Deployment

Deployment is handled automatically by Netlify on merges to master.