Skip to content
Jan Odvarko edited this page Mar 13, 2015 · 2 revisions

Hacking on FireQuery

Read following instructions describing how to contribute to the project.

  1. Install JPM: npm install jpm -g (read more about installing jpm)
  2. Get FireQuery source: git clone https://github.com/firebug/firequery.git
  3. Install required NPM modules: npm install
  4. Make changes in the source code
  5. Run jpm run -b nightly in the source directory (learn more about jpm commands)
  6. Send a pull request (read about using pull requests)
Clone this wiki locally