https://github.com/cvan/marketplace-perfboard
https://github.com/cvan/marketplace-perfboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cvan/marketplace-perfboard
- Owner: cvan
- Created: 2014-03-25T11:22:18.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-03-25T23:15:16.000Z (over 11 years ago)
- Last Synced: 2025-03-24T09:50:18.780Z (3 months ago)
- Language: JavaScript
- Homepage: http://cvan.github.io/marketplace-perfboard/
- Size: 273 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marketplace-perfboard
Simple dashboards generated from PhantomJS.
# Installation
We use [grunt](http://gruntjs.com/):
npm install grunt-cli -g
Then install our dependencies:
npm install
# Usage
To generate reports for [dev](https://marketplace-dev.allizom.org/):
grunt --server=dev
For [stage](https://marketplace.allizom.org/):
grunt --server=stage
For [prod](https://marketplace.firefox.com/):
grunt --server=prod
To generate all:
grunt --server=dev && grunt --server=stage && grunt --server=prod && grunt --server=example