Statusboard is a simple dashboard for tracking progress on planning projects. Check out this simple demo.
- pulls data from a Google spreadsheet (see an example here)
- present overall and year-by-year progress on targets
- categorize issues by topic
- responsive layout (works on small screens)
- easy to embed into larger project websites
The project follows the Yeoman workflow. You can learn more about it at yeoman.io. This means that changes you make will need to be built before they can be deployed.
- Install node and npm
- Install the tools
npm install -g yo grunt-cli bower
- Install dependencies
npm install && bower install
grunt
Did you build first? No? See above.
- You deploy to GitHub pages by making a
gh-pages
branch and pushing yourdist
directory to it.git subtree push --prefix dist origin gh-pages
Statusboard is an open source project from OpenPlans.