Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cvan/marketplace-perfboard


https://github.com/cvan/marketplace-perfboard

Last synced: 2 days ago
JSON representation

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