Another GitHub status dashboard.
Similar in scope to RichardLitt/maintainer-dashboard.
Run npm i
in both the backend and frontend folders.
TODO Extract this out into it's own folder.
# 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
Go on ahead! Open an issue.
MIT © 2017 Haadcode and Richard Littauer