/bugzilla-ember

Bugzilla frontend written in Ember.js

Primary LanguageJavaScript

bugzilla-ember

A Bugzilla frontend written in Ember.js. Also check out bugzilla-node, which is a prototype REST API on top of the Bugzilla database.

Running bugzilla-ember

  1. Install node.js from http://nodejs.org
  2. Run npm install inside the project directory
  3. Install grunt-cli globally: sudo npm -g install grunt-cli
  4. Run grunt server to get a local development server running
  5. The app will be running at http://0.0.0.0:8000

Bitdeli Badge