Skip to content

Compile From Source

Nathan Buchar edited this page Jan 25, 2019 · 4 revisions

⚠️ 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.


How to Compile From Source

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.

  1. Clone the GitHub repository.

    git clone git@github.com:hellosign/hellosign-embedded.git
  2. cd into the project directory.

    cd hellosign
  3. Install dependencies via npm.

    npm install
  4. Build HelloSign Embedded.

    npm run build
  5. Congratulations!

    Both the development and minified build files can now be found in the umd directory.

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!

Clone this wiki locally