This repository contains the website data for RustBridge Berlin's chapter website.
You will need to have Jekyll installed.
With that, clone the repository:
git clone https://github.com/rustbridge/berlin.git
Install the local dependencies:
gem install bundler
bundle install
After which you can work on the site by running Jekyll's local server:
bundle exec jekyll serve --livereload