Installation

Integrating the Magmar SDK into your project is straightforward using npm. Follow the steps below to install the SDK package and get started.

📦 Installing via npm

  1. Open Your Terminal: Start by opening your terminal or command prompt.

  2. Navigate to Your Project Directory: Use the cd command to move to the directory where your project is located.

  3. Install the Magmar SDK: Run the following command to install the SDK package:

    npm i @magmar-toolkit/magmar-aa-sdk
  4. Start Using the SDK: Once the installation is complete, you can import the Magmar SDK into your project’s code and begin integrating its features.

Last updated