cr-rev is a service which provides short URLs that redirect to code reviews, individual commits and other useful items for the greater Chromium project.
Before running any targets, run the following command:
eval `../../../../env.py`
Run:
make test
If you want to run tests interactively, you can use:
goconvey
To deploy the app onto the development environment, run:
make dev
To deploy the app onto the production environment, run:
make prod
Once you deploy the app, you need to shift traffic to the latest instance. See http://go/cr-rev-playbook for more details.