The webextension for BitBucket that adds content to the PR page to simplify the release process of our application
Install nodejs
Once cloned, you can open the code in your favorite editor. You will need to run those commands to work efficiently :
npm install
: will install the dependencies required by the projectnpm run watch
: will start a webpack dev server with hot module reload to rebuild the extension on source change