Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 430 Bytes

Contributing

Here's what you'll need to know to contribute to this project.

Installation

You'll need Python and pip (included in Python 3.4 and Python 2.7.11).

Install the requirements:

$ pip install -r requirements.txt

Developing

You can view a development version of the website locally:

$ mkdocs serve

Then visit http://127.0.0.1:8000 in your web browser.