Dashboard for displaying status for Chrome developers.
FIXME(shans): Add section on chromez-app.appspot.com
FIXME(shans): Add section on the config file format.
Install Google App Engine SDK for Python
Install npm and nodejs
wget https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-x64.tar.xz
tar -xvf node-v4.4.4-linux-x64.tar.xz
export PATH=$PATH:$PWD/node-v4.4.4-linux-x64/bin
Install Bower
npm install -g bower
Install Polymer
bower install
- To run a local instance, go into the directory and run (Additional instructions):
dev_appserver.py .
-
Go to http://localhost:8080/
-
Type into the box the configuration such as
configs/animations-ave.json
orconfigs/blink.json
Make changes, commit, push to origin, create pull request to shans/chromez and get it merged.