Installing the OLC SDK¶
To set up OLC SDK with Open Letter Connect, follow these steps:
Installation¶
To begin using the OLC React SDK, you need to install it via NPM. This package manager simplifies the process of managing dependencies in your project.
npm install @openlettermarketing/olc-react-sdk
Additional Notes:¶
- Ensure that you have Node.js and NPM installed on your machine.
- This command will add the SDK to your project's node_modules directory and update your package.json file.