Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 789 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 789 Bytes

Contributing to the project

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.

Install dependencies

To install the project, you need to have node and npm installed on your machine. Then, you can run the following command:

npm install

Development

To start the file watcher, run the following command:

npm run dev

Build

To build the extension, run the following command:

npm run build

Lint

To lint the code, run the following command:

npm run lint

Pull requests

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.