Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

julienw/forms-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releasing

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.

Tips

Printing the generated PDF

Ensure to enable printing background images to print the signature.

Running locally

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