- Run:
git submodule update --init
- Run:
npm install
- Run:
npm run start-playground-plain
- Run:
npm run start:chrome
- Go to
chrome://extensions
, check "developer mode", click "Load unpacked extension", and select directorylib/chrome
.
- Run:
npm run start:firefox
- Go to
about:debugging
, check "Enable add-on debugging", click "Load Temporary Add-on", and select filelib/firefox/manifest.json
.