Extension
This browser extension allows you to contribute to our researches and tracking algorithm analyses on Youtube.
Development
Prerequisites
- @yttrex/backend up and running
Run "watch" mode
To start developing the extension you need to compile the source code with webpack
by running the following command:
yarn yt:ext watch
then, you can open your browser's development panel and load the extension from the output folder yt.
Build
To produce a production
extension run the following command in your terminal:
yarn yt:ext build
Or, if you need a version with NODE_ENV=development
run:
NODE_ENV=development yarn yt:ext build