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
Open Your Terminal: Start by opening your terminal or command prompt.
Navigate to Your Project Directory: Use the
cd
command to move to the directory where your project is located.Install the Magmar SDK: Run the following command to install the SDK package:
npm i @magmar-toolkit/magmar-aa-sdk
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