Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.12 KB

Contribution guide

Everyone is welcome to contribute to SUMO Live Helper. If you have questions, you can reach us by joining #sumo-livehelper on Mozilla Matrix server.

Setup

To contribute to SUMO Live Helper development, you'll need to install the following dependencies:

Fork and clone

Next up, you need to fork and clone the repo to be able to contribute to it. You can learn about forking on Github. Once you have your own fork, clone it to your local machine.

Testing

Now, test the extension by cd'ing into the /src folder inside the extension directory and entering:

web-ext run

For more information on web-ext, you can read the documentation on the Extension Workshop website.