Owncast Browser Extension is a Firefox and Chrome/Chromium extension used to follow various Owncast Instances
The addon can be installed from addons.mozilla.com or from the Chrome Web Store.
This extension uses webpack as build system. For most components, Vue.js
and Vuex is used. Sometimes, vanillajs is used though.
tailwindcss is also used.
This Extension is built using yarn. You may also use npm, but yarn is
recommended. You can use the following commands:
yarn build- Runswebpackandweb-ext build. This is used to build the plugin. Use yarnyarn installfirst. The extension will be outputted into web-ext-artifacts directory.yarn lint- Runseslintandweb-ext lintyarn watch- Runswebpack --watchyarn start- Runsweb-ext start. Use together withyarn watchto see your changes in live-time.
Pull requests are welcome.
