Skip to content
This repository has been archived by the owner on Nov 20, 2017. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 563 Bytes

Better Informatics

This is the website for Better Informatics.

How to test

The quickest and easiest way to test, if you have Docker installed, is to run the following command (make sure your current directory is this repository):

docker run --volume=$(pwd):/src:Z --publish 4000:4000 grahamc/jekyll serve --watch -H 0.0.0.0

If you do not want to use Docker, a basic installation of Jekyll will work. Once you have Jekyll installed, you just need to run jekyll serve to try out this website on your own machine.