Updated instructions for "small tweaks to the Hypothesis client" outlined in Notes for an annotation SDK.
- Clone the Hypothesis client: https://github.com/hypothesis/client
- Clone the Hypothesis browser extension: https://github.com/hypothesis/browser-extension
- Edit
browser-extension/gulpfile.js
addingconst IS_PRODUCTION_BUILD = false
. This turns off minification so it’s possible to read and debug the client code. - Establish a link between the
client
andbrowser-extension
repos (see more details in