Skip to content

rsajdok/bzlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

197 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugzilla Lite - Bugzilla Lite

Bugzilla Lite is a bugzilla client designed to work well on mobile devices.

Running Bugzilla Lite

From a local checkout of the bzlite repository:

$ npm install
$ npm run dev

A local copy of Bugzilla will now be running at http://127.0.0.1:3000 and using the api @ https://bugzilla.mozilla.org/rest.

  • PORT=1234 - Run on a custom port
  • BZ_URL='http://...' - Run against a custom bugzilla
  • TEST=1 - Shorthand for BZ_URL='https://bugzilla-dev.allizom.org/' PORT=3001 npm run dev. Convenient for a testing.

If you run a test version, you can either ask for an account in irc://irc.mozilla.org/#bmo or use

username: [email protected]
password: eU3uBeZzamm4

Running Bugzilla Lite Tests

$ npm test

Contributing to Bugzilla Lite

You can find bugs in the Bugzilla Lite Component.

About

A mobile friends version of Bugzilla

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.2%
  • CSS 21.1%
  • Smarty 7.6%
  • HTML 2.1%