Build
Clone the repo.
Install Node.js (v18 or newer) and
pnpm10 or later.Run
pnpm installto install all dependencies.Run
pnpm buildand verify it completes without errors.Built files will be in
./dist/.The packaged archives will be
./extension-chrome.zipand./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