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
To deploy the app onto the development environment, run:
make dev
cr-rev use LUCI CD for deployment. New commits will be automatically deployed to the dev instance. To promote dev version to prod, go to infradata/gae repo and follow the instruction there.