Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 533 Bytes

RustBridge Berlin

This repository contains the website data for RustBridge Berlin's chapter website.

Local Setup

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