A Bugzilla frontend written in Ember.js. Also check out bugzilla-node, which is a prototype REST API on top of the Bugzilla database.
- Install node.js from http://nodejs.org
- Run
npm installinside the project directory - Install
grunt-cliglobally:sudo npm -g install grunt-cli - Run
grunt serverto get a local development server running - The app will be running at http://0.0.0.0:8000

