Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 560 Bytes

This is the website for CycleHack Berlin, a hackathon around cycling and bicycle advocacy.

It is powered by Jekyll and hosted on GitHub Pages.

Install the Bundler gem through RubyGems:

$ gem install jekyll bundler

Install dev dependencies

$ bundle install

Run a local server for development (Guard will spin up a web server and livereload):

$ bundle exec guard

Now browse to http://localhost:4000