samuelli / chromez

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:HTML 85.2%Language:JavaScript 12.2%Language:Python 2.6%