Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 587 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 587 Bytes

Gander

Gander is a dashboard to give you usable metrics for a range of open source projects in one quick look. It is designed for individuals who are responsible for running Open Source Offices or keeping track of multiple Open Source projects.

To get started

$ git clone git@github.com:paypal/Gander.git
$ cd Gander
$ npm install
$ # add a github personal access token to `app.json` 
$ # update the organizations in `app.json` with orgs of your interest.
$ npm run build
$ npm start
$ open http://localhost:8000

License

MIT - http://opensource.org/licenses/MIT