Skip to content

opacity/opacity-electron-typescript

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published