Skip to content

sdefresne/chromez

 
 

Repository files navigation

chromez

Dashboard for displaying status for Chrome developers.

Website

FIXME(shans): Add section on chromez-app.appspot.com

Config

FIXME(shans): Add section on the config file format.

Developer Instructions

Setup

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

Running

  1. To run a local instance, go into the directory and run (Additional instructions):
dev_appserver.py .
  1. Go to http://localhost:8080/

  2. Type into the box the configuration such as configs/animations-ave.json or configs/blink.json

Contributing

Make changes, commit, push to origin, create pull request to shans/chromez and get it merged.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.1%
  • JavaScript 28.7%
  • Python 3.2%