Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

39 lines (30 loc) · 1.2 KB

Contribution guidelines

This document describes how to get started with development and how you can contribute to this project.

Getting started

In order to get your environment set up, first make sure you have Pipenv installed. Then install and activate the environment via

pipenv install --dev
pipenv shell

Check if Django is installed and has no issues:

./manage.py check

In order to build the full environment, you'll need to install the following tools:

If you want to deploy the server to a new Google Cloud environment, read the deployment guidelines.