Diff Monster is a web app for reviewing GitHub pull requests.
- Example pull requests 1 2 3
- Browse your pull requests
NOTE: We never send or store your GitHub access token to server! It's stored in localStorage
.
- Basic stuff: view diff, comment on diff, approve, etc.
- See PRs you need to review in one place
- Easily navigate between files at directory tree / find files using fuzzy finder
- Manage review progress per file
- Node.js (recommend LTS - 6.x at July 2017)
- Yarn
- Clone repo and
cd
:git clone https://github.com/dittos/diffmonster.git; cd diffmonster
- Copy
src/config.js.sample
tosrc/config.js
. - Install NPM dependencies:
yarn
By default it will use the official Firebase project and GitHub app owned by @dittos. If you want to use your own please read Deployment wiki page and edit src/config.js
accordingly.
yarn start
# Browser will be opened automatically