aboutsummaryrefslogtreecommitdiff

Best Practices

Make your code 💯 - A collection of best practices for software

This repository contains guides on best-practices for many languages and technologies used at Driver. Check out the website.

Building

Build Status

The website is built with pandoc and published via GitHub Pages.

Changes can be applied by running make and viewing the website locally in the directory ".ghpages".

The website can be published by running make publish. This will build the website locally and push any resulting HTML to the github branch "gh-pages". Be sure that your changes have been accepted and merged before doing this!