Bugzilla Lite - Bugzilla Lite
Bugzilla Lite is a bugzilla client designed to work well on mobile devices.
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
$ npm test
You can find bugs in the Bugzilla Lite Component.