Thank you for your interest in contributing to TTV LOL PRO! This web extension is coded in TypeScript and utilizes the webextension-polyfill
npm package. The build process is handled by Parcel, and we use the @parcel/config-webextension
plugin.
To install the dependencies, run the following command:
npm install
To start the development server, run the following command:
- For Firefox:
npm run dev:firefox
- For Chromium-based browsers:
npm run dev:chromium
This will start a server on localhost:1234
and will watch for changes in the src
folder.
To build the extension, run the following command:
- For Firefox:
npm run build:firefox
- For Chromium-based browsers:
npm run build:chromium
To check for linting errors, run the following command:
npm run lint
To fix linting errors, run the following command:
npm run lint:fix
We appreciate pull requests! If you plan to make significant changes, we recommend opening an issue first to discuss your proposed modifications.
We welcome contributions from developers of all skill levels, so don't hesitate to get involved. If you have any questions or need assistance, please feel free to reach out to us. Happy coding!