npm installFor instructions, view their sub-directories client/ and analysis/.
python tests.py $APPENGINE_SDKTo increase Github API quota, acqure a Github token and store it:
cat > secrets.yaml
github_token: 'your-github-token'
^DDeploy to staging.
grunt lint #lints both client and python
appcfg.py update_dispatch dispatch.yaml
appcfg.py update manage.yaml
appcfg.py update api.yamlDeploy client & analysis per their documentation.