- Website: http://umbristol.co.uk
- Events: http://meetup.com/umBristol
- Slack: sign up
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:
-
Install ruby / rubydevkit (Windows Only)
-
Install bundler, run
gem install bundler -
Install the bundle, run
bundle install -
Run the jekyll site, run
bundle exec jekyll serve -
Make you changes!