/dashboard

Another GitHub status dashboard

Primary LanguageJavaScript

Dashboard

Another GitHub status dashboard.

Similar in scope to RichardLitt/maintainer-dashboard.

Install

Run npm i in both the backend and frontend folders.

TODO Extract this out into it's own folder.

Usage

# 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 © 2017 Haadcode and Richard Littauer