git clone --recursive https://github.com/GoogleChrome/chromium-dashboard
- 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 .
).
Copyright (c) 2013-2015 The Chromium Authors. All rights reserved.