aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-09-14 17:59:21 -0700
committerJakob Odersky <jakob@driver.xyz>2018-09-14 17:59:21 -0700
commit876fccbbde53e27b3fb820808d2c336ca71aa7e1 (patch)
tree0143fa9b434091470d2466a6d719e9bb37d969d9 /README.md
parent07fb4ce6471aef531a1246c8fd9d200f23c119d2 (diff)
downloadbest-practices-876fccbbde53e27b3fb820808d2c336ca71aa7e1.tar.gz
best-practices-876fccbbde53e27b3fb820808d2c336ca71aa7e1.tar.bz2
best-practices-876fccbbde53e27b3fb820808d2c336ca71aa7e1.zip
Make this repo a standalone website
These changes add the ability to generate a full website from individual style guides. The website can be viewed [here](drivergroup.github.io/best-practices). Also included, are the following additions: - Improve recommendations for Scala. - Add more recommendations for Git. - Add recommendations for Shell Script.
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c468f07
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Best Practices
+
+Make your code 💯 - A collection of best practices for software
+
+This repository contains [guides on best-practices](guides/) for many
+languages and technologies used at Driver. Check out the
+[website](https://drivergroup.github.io/best-practices).
+
+## Building
+
+The website is built with [pandoc](https://pandoc.org/) and published
+via [GitHub Pages](https://pages.github.com/).
+
+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!