This repository contains a collection of guides on our company culture. It uses Github Pages to
generate a static site via jekyll and publish it on every push to the master
branch.
In order to contribute to a guide, create a Pull request with your proposed changes.
- Install a recent version of Ruby, along with bundler.
- Clone the repository.
- Run
bundle install
. - Run
bundle exec jekyll serve
.