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:
-
Clone the Interbit repository:
git clone git@github.com:interbit/interbit.git
This creates a folder called
interbitin the current folder. Throughout the Getting Started section, this folder is called the repository root. -
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.