Simple React app for displaying list of pull requests grouped by assignee, in board format.
This repo was created using create-react-app, so all commands are available.
To install all dependencies, run after clonning: (you can also use npm)
yarn installTo run in development mode:
yarn startTo build:
yarn buildCopy src/config.js.example to src/config.js and fill your values.
In one terminal window, run yarn prod. This will run serve,
and restart every time file changes using nodemon.
In another window, run yarn cd. This will check every 5 minutes for changes in
upstream git branch, and pull & rebuild when necessary.
See LICENSE.