Built with Node 16.13.1, though it should work with the latest LTS version.
- Clone the project:
git clone git@github.com:rokit/web-extension-color-changer.git
. - Navigate to the root of the folder and run
npm i
. - Run
npm run build:ff
for Firefox ornpm run build:chrome
for Chrome. Parcel should create adist
folder. - Load the extension from the
dist
folder.