Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 688 Bytes

File metadata and controls

22 lines (13 loc) · 688 Bytes

umBristol

The Bristol Umbraco User Group

Getting started

This site is built using Jekyll, a simple static site generator.

If you'd like to make a contribution here's the steps you'll need to run locally:

  1. Install ruby / rubydevkit (Windows Only)

  2. Install bundler, run gem install bundler

  3. Install the bundle, run bundle install

  4. Run the jekyll site, run bundle exec jekyll serve

  5. Make you changes!