Run yarn build version
to generate a new version (including git tagging).
You can also pass an argument to generate a specific type of version, run
yarn build help
to get more information.
Ensure to enable printing background images to print the signature.
To run the extension locally, start by installing the dependencies:
yarn install
Then use yarn start
to run the extension in your browser. You can force the browser to use like so:
yarn start -f /path/to/my/browser
Running tests is as simple as:
yarn test