TTV LOL PRO is a web extension coded in TypeScript and using the webextension-polyfill
npm package. The build process is handled by Parcel using the @parcel/config-webextension
plugin.
To install the project, you need to have node
and npm
installed on your machine. Then, you can run the following command:
npm install
To start the file watcher, run the following command:
npm run dev
To build the extension, run the following command:
npm run build
To lint the code, run the following command:
npm run lint
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.