Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 474 Bytes

Mutesync Browser Extension

Extends mutesync desktop app to web clients.

Installation:

yarn

Usage/Development

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.

Build Zipped Extension

  • set NODE_ENV variable in .env file to "production"
yarn build