Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvan/marketplace-perfboard
https://github.com/cvan/marketplace-perfboard
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cvan/marketplace-perfboard
- Owner: cvan
- Created: 2014-03-25T11:22:18.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-03-25T23:15:16.000Z (almost 11 years ago)
- Last Synced: 2025-01-29T18:02:41.997Z (9 days ago)
- Language: JavaScript
- Homepage: http://cvan.github.io/marketplace-perfboard/
- Size: 273 KB
- Stars: 1
- Watchers: 13
- 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