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 https://nodejs.org
- Run
npm install
inside the project directory - Install
grunt-cli
globally:sudo npm -g install grunt-cli
- Run
grunt server
to get a local development server running - The app will be running at https://0.0.0.0:8000