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.gitInstall the local dependencies:
gem install bundler
bundle installAfter which you can work on the site by running Jekyll's local server:
bundle exec jekyll serve --livereload