-
Connect your phone to PC.
-
Enable ADB debug.
-
Enable USB debugging in Firefox Nightly settings.
-
Run
yarn dev-mobile
. -
Debug from about:debugging.
-
Install Firefox Developer Edition
-
Create profile oldlander-test in about:profiles
-
Run
yarn dev
-
Install GitHub CLI
-
Install act
-
gh act --secret-file .env -s GITHUB_TOKEN=$(gh auth token)
You can build the extension source code using yarn wp-build
. There are also commands for making browser extension directly:
yarn make:chrome
- makes crxyarn make:firefox
- creates and signs xpi for self-distributionyarn make:firefox-public
- creates and publishes xpi on addons.mozilla.orgyarn make:firefox-zip
- creates unsigned .zip for Firefox