Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 405 Bytes

Environment Setup

  • 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 ..

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package