First, install all dependencies:
npm install
To build, run
npm run build
The extension is built in the dist/
directory.
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]
Run
npm run lint
To make changes to the content of the home page, please edit the files in the folder descriptions/.
Please check out the license information in the README.md file at the root directory of this repository.