tree: 4a5790ab3a90239cf92049aa0d92527a3ea1954f [path history] [tgz]
  1. api/
  2. backend/
  3. frontend/
  4. README.md
go/src/infra/appengine/dashboard/README.md

In infra/go run the following to activate the go environment: eval ./env.py

The following commands should be done while in the /dashboard/frontend directory:

To install JS dependencies:

make deps

To build the JavaScript bundle:

make build_js

Use gae.py to deploy:

gae.py upload -A chopsdash
gae.py switch -A chopsdash

To run a local instance:

go run ./

To run backend tests:

go test