Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 943 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (31 loc) · 943 Bytes

Contributing

Build and Run

First, install all dependencies:

npm install

Desktop Browser Extensions (Chrome, Firefox, Edge)

To build, run

npm run build

The extension is built in the dist/ directory.

Firefox Android

To prepare the devices, check out the Set up your computer and Android emulator or device section. You can skip the installing web-ext step, which has already been installed when you ran npm install.

To build and run on Firefox Android, run

npm run ff:android -- [adb-device-id]

Lint

Run

npm run lint

Homepage Content

To make changes to the content of the home page, please edit the files in the folder descriptions/.

License

Please check out the license information in the README.md file at the root directory of this repository.