Skip to content

rustbridge/berlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published