-
Notifications
You must be signed in to change notification settings - Fork 19
Compile From Source
⚠️ Note: This article is intended for HelloSign Embedded v2. If you are using an older version of HelloSign Embedded, please refer to the documentation on our website.
There are a number of ways to install HelloSign Embedded: via npm, downloading manually, or importing from the CDN. However, if you'd prefer to compile HelloSign Embedded from source instead, simply follow the instructions below.
-
Clone the GitHub repository.
git clone git@github.com:hellosign/hellosign-embedded.git
-
cdinto the project directory.cd hellosign -
Install dependencies via npm.
npm install
-
Build HelloSign Embedded.
npm run build
-
Congratulations!
Both the development and minified build files can now be found in the
umddirectory.
Having trouble? Let us know!
Welcome!
Below you will find links to the API documentation, frequently asked questions, and other useful tidbits.
Find something incorrect or missing? Shoot us an email or create an issue.
Having trouble? Let us know!