Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okfn/dashboard

Dashboard for communities: what's up, who's here and what are they working on. Designed for use at the Open Knowledge Foundation.
https://github.com/okfn/dashboard

Last synced: 5 days ago
JSON representation

Dashboard for communities: what's up, who's here and what are they working on. Designed for use at the Open Knowledge Foundation.

Awesome Lists containing this project

README

        

A Community Dashboard for the Open Knowledge Foundation. See wiki for details
of project: http://wiki.okfn.org/Community_Dashboard.

* Live site: http://okfnlabs.org/dashboard/
* Git repo: http://github.com/okfn/dashboard
* Issues: http://github.com/okfn/dashboard/issues
* Mailing list: http://lists.okfn.org/mailman/listinfo/okfn-labs

Developers
==========

Deployment is via gh-pages but you need to have "built" the app using brunch
first. To make changes and deploy you do:

1. Edit stuff in master branch and commit
2. Run `brunch build` this will create a public directory
3. Switch to gh-pages
4. Copy contents of new public folder to root directory
5. Commit and deploy gh-pages branch