Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 387 Bytes

BrumPHP

Birmingham PHP community.

Run it locally

This is a Jekyll site so their documentation applies. For all of you developers with no access to their docs, you'll need ruby installed:

# Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler

# Install dependencies
bundle install

# Build the site on the preview server
bundle exec jekyll serve