- Install dependencies:
yarn - Copy
env.exampleinto.envat the following packages:
- Build the SDK:
yarn sdk:build - Start local server:
yarn sdk:docs - Prevview docs: http://localhost:3001
Note: Look for the marker
[ConvertSDK]at*.jsfiles
- Start demo server:
yarn demo:react:start - Build the SDK:
yarn sdk:build - Test demo app: http://localhost:3002
- Start demo server:
yarn demo:nodejs:start - Build the SDK:
yarn sdk:build - Test demo app: http://localhost:3003