Compile From Source - hellosign/hellosign-embedded GitHub Wiki
⚠️ 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 [email protected]:hellosign/hellosign-embedded.git
-
cd
into 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
umd
directory.