Add building instructions to CONTRIBUTING.md

This commit is contained in:
Eric Cornelissen 2017-08-17 13:24:59 +02:00
parent 7453b07f3c
commit 138cca3e6c

View File

@ -50,3 +50,12 @@ Here is the un-minified contents of the GitHub icon, for reference:
</svg>
```
* * *
# Building locally
Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`). Then follow these steps:
- Initialize this repository as a new Jekyll project using `$ jekyll new . --force` from the root of the repo.
- Remove the newly generated `index.md` file.
- Build and run the website locally using `$ bundle exec jekyll serve`.
- Connect to the website in your browser via the "Server address" provided by the output of this command, e.g. `http://localhost:4000/`