e57d672707
Conflicts: .gitignore |
||
---|---|---|
customtags | ||
scripts | ||
static | ||
templates | ||
.gitignore | ||
.gitmodules | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
README.txt | ||
admin.py | ||
app.yaml | ||
bulkloader.yaml | ||
bulkloader_helpers.py | ||
common.py | ||
config.rb | ||
cron.yaml | ||
import.csv | ||
index.yaml | ||
metrics.py | ||
models.py | ||
package.json | ||
server.py | ||
settings.py | ||
uma.py | ||
users.py |
README.md
Chromium Feature Dashboard
How to run the local test server
- Install the Google App Engine SDK for Python.
- Install Bower.
- Install grunt.
- From the root of the repository, run
npm install; cd static; bower install; cd ..; grunt
. - Start the local test server using the Google App Engine SDK for Python
(
dev_appserver.py .
).
LICENSE
Copyright (c) 2014 The Chromium Authors. All rights reserved.