Skip to content

RichardLitt/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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