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.


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 [email protected]: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.

⚠️ **GitHub.com Fallback** ⚠️