Build
Clone the repo.
Install Node.js (v18 or newer) and
pnpm
10 or later.Run
pnpm install
to install all dependencies.Run
pnpm build
and verify it completes without errors.Built files will be in
./dist/
.The packaged archives will be
./extension-chrome.zip
and./extension-firefox.xpi
.Load
dist/
as an unpacked extension in your browser to test the build locally.
Tests
Run pnpm test
to execute unit tests across all packages. For a combined coverage report and badge, run pnpm test:coverage
.
Development
Run pnpm dev
to start watchers for all packages while you edit. The compiled extension will appear in dist/
as you work. To preview popup and design-system components, run pnpm storybook
.
See architecture for an overview of the project structure.
Last updated