App Notes is built from the source archive generated by WXT. It does not require environment variables, private packages, generated secrets, or network access at runtime.
- Bun 1.3.14
- WXT 0.20.27, installed from the lockfile
- A Unix-like shell
From the root of the source archive:
bun install --frozen-lockfile
bun run zip:firefoxThe install runs wxt prepare, which generates WXT's local TypeScript declarations. The packaged extension is written to:
.output/app-notes-0.1.1-firefox.zip
No manual source edits or minification steps are required. Tests and type-checking can be run with:
bun test
bun run compile