Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 427 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 427 Bytes

Color Changer Web Extension

Build steps

Built with Node 16.13.1, though it should work with the latest LTS version.

  1. Clone the project: git clone [email protected]:rokit/web-extension-color-changer.git.
  2. Navigate to the root of the folder and run npm i.
  3. Run npm run build:ff for Firefox or npm run build:chrome for Chrome. Parcel should create a dist folder.
  4. Load the extension from the dist folder.