- Install node modules on the root folder
yarn
- Install node modules on
ts-client-library
&opaque
cd ts-client-library
npx lerna bootstrap
cd ../opaque
npm i
cd ..
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package