Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.73 KB

Chrome Shack

Collection of scripts for the Shacknews Chatty.

Links:

How to build

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 or npm run dev) builds development code in the dist/chrome-mv3 and dist/firefox-mv2 folders respectively.

  • (pnpm build or npm run build) builds production code in the dist/chrome-mv3 and dist/firefox-mv3 folders respectively.

  • (pnpm build:pkg or npm run build:pkg) builds production code and places zipped archives in dist/ for upload to AMO and CWS.

Dependencies used in this project

NOTE: See the ThirdPartyLicenses.txt in the public/ folder that is generated when pnpm generate-licenses is run for detailed licensing information.