Extends mutesync desktop app to web clients.
yarn
Make sure you have the mutesync desktop app installed and running.
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