https://github.com/richardlitt/dashboard
Another GitHub status dashboard
https://github.com/richardlitt/dashboard
dashboard github health maintainer organization repository vitality
Last synced: about 2 months ago
JSON representation
Another GitHub status dashboard
- Host: GitHub
- URL: https://github.com/richardlitt/dashboard
- Owner: RichardLitt
- Created: 2017-05-09T09:05:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T18:24:33.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T11:41:27.378Z (about 1 year ago)
- Topics: dashboard, github, health, maintainer, organization, repository, vitality
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard
Another GitHub status dashboard.
Similar in scope to [RichardLitt/maintainer-dashboard](https://github.com/RichardLitt/maintainer-dashboard).
## Install
Run `npm i` in both the backend and frontend folders.
TODO Extract this out into it's own folder.
## Usage
```sh
# Get Mongo up and running
sudo mongod --dbpath /data/db
# Run Node
cd backend
node index.js
# Run the front end
cd ../frontend
npm start
# Open
cd ../public
open index.html
# Voila
```
## Contribute
Go on ahead! Open an issue.
## License
[MIT](LICENSE) © 2017 Haadcode and Richard Littauer