Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 732 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 732 Bytes

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