Backbone Index aims at making the discovery of Backbone resources and plugins easier. This is achieved by parsing the official Backbone wiki pages and displaying the information on a webpage.
I initiated this project with the aim of making something useful whilst learning Backbone.
The bin
directory contains scripts for building, testing and releasing the
application. To update the Backbone wiki, go to parser/backbone.wiki
and git pull
. To get started, run ./bin/setup
For local development, start the server with grunt serve
.
- Add more pages from the Backbone wiki
- Implement your feature/fix or create an issue
- Send a Pull-Request