/legal

Primary LanguagePython

legal

Download and setup

  1. Clone the repository.

  2. run init_submodules.sh in the root directory This repository requires a Git submodule to work, and this script will set up the submodules.

Running dev server

Download and install the App Engine Python SDK https://cloud.google.com/appengine/docs/python/download

Go to the root of the project and run:

dev_appserver.py .

This runs the dev server. You can view http://localhost:8080 in your browser.