Extends mutesync desktop app to web clients.
yarn
Make sure you have the mutesync desktop app installed and running.
If you have Node.js v17 or newer installed
- set
NODE_OPTIONS
variable in.env
file to"--openssl-legacy-provider"
Build the app in dev mode via
yarn start
Then load the project directory in your web browser as an unpacked extension.
- set
NODE_ENV
variable in.env
file to"production"
yarn build