- Install dependencies:
yarn - Copy
env.exampleinto.envat the following packages:
- Build packages:
yarn 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:reactjs:start - Build packages:
yarn build - Create enviroment file:
cp demo/reactjs/.env.example demo/reactjs/.env - Test demo app: http://localhost:3002
- Start demo server:
yarn demo:nodejs:start - Build packages:
yarn build - Create enviroment file:
cp demo/nodejs/.env.example demo/nodejs/.env - Test demo app: http://localhost:3003
- Start demo server:
yarn demo:nestjs:start - Build packages:
yarn build - Create enviroment file:
cp demo/nestjs/.env.example demo/nestjs/.env - Test demo app: http://localhost:3004
- Start demo server:
yarn demo:nextjs:start - Build packages:
yarn build - Create enviroment file:
cp demo/nextjs/.env.example demo/nextjs/.env - Test demo app: http://localhost:3005
- Start demo server:
yarn demo:remixjs:client:start - Build packages:
yarn build - Create enviroment file:
cp demo/remixjs-client-side/.env.example demo/remixjs-client-side/.env - Test demo app: http://localhost:3006
- Start demo server:
yarn demo:remixjs:server:start - Build packages:
yarn build - Create enviroment file:
cp demo/remixjs-server-side/.env.example demo/remixjs-server-side/.env - Test demo app: http://localhost:3007