Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.1 KB

File metadata and controls

37 lines (27 loc) · 1.1 KB

Install the Interbit SDK

These steps install the Interbit SDK, all of its dependencies, and builds the modules that your applications require.

To complete this section, make sure that your system already has the requirements installed.

The Interbit SDK is open source software, which is available on GitHub:

  1. Clone the Interbit repository:

    git clone git@github.com:interbit/interbit.git

    This creates a folder called interbit in the current folder. Throughout the Getting Started section, this folder is called the repository root.

  2. Install the dependencies and build all packages:

    cd interbit
    npm i

That's it! You now have the Interbit SDK installed, and all of the application modules are ready to use. Next, see how to create your first Interbit application.