Browser extension to help make your GitHub PR review experience better
Install via Chrome Web Store
# clone repo
git clone git@github.com:traveloka/preview.git
cd preview
# install dependencies
yarn
# run locally
yarn start
This will create build/
directory with necessary files inside of it. To test it locally, you need to install the extension to the browser by following these steps:
- Open
chrome://extensions/
- Check Developer mode
- Click on Load unpacked extension
- Select the
build
directory.
Then, simply refresh your PR files page
MIT