Collection of scripts for the Shacknews Chatty.
Links:
NodeJS 20.x+ and NPM 9.x+ are required, but this is also a PNPM-preferred repo (8.x+ recommended). Use pnpm i
for installing dependencies.
-
(
pnpm dev
ornpm run dev
) includes full source mapping and a WebKit/Firefox manifest in thedist/
anddist-firefox/
folders respectively. -
(
pnpm build
ornpm run build
) builds production code for WebKit/Firefox manifest in thedist/
anddist-firefox/
folders respectively. -
(
pnpm build:pkg
ornpm run build:pkg
) builds production code for WebKit/Firefox and places zipped archives inartifacts/
for upload to AMO and CWS.
NOTE: See the ThirdPartyLicenses.txt
in the public/
folder that is generated when pnpm generate-licenses
is run for detailed licensing information.