smsj-api
v2.0.7
Published
Workflow component for SMS Journey Web
Downloads
80
Readme
About The Project
Details coming soon...
Installation
To install this package in original React app:
npm install smsj-apiIf you face any issue installing this API, you can try:
npm install smsj-api --legacy-peer-depsContributing
To contribute in this repo and add new feature, you need to maintain the following steps:
Clone the repo
git clone REPO_URLInstall NPM packages
npm installNote: If there is some problem installing using NPM, you can try the following command
npm install --legacy-peer-depsTo run the storybook
npm run storybookAfter changing some code, you need to build this repo before publishing to NPM. To build the repo:
npm run build
