- Clone the repo
git clone https://github.com/Kadauchi/prolific-assistant
- Run
npm i
- Run
npm run build
- Load the
/build
directory into the browser.
- Run
npm run dist
to create production ready zip files. - Upload
/dist/{browser}-{version}.zip
to the extension store.
Build the extension into the /build
directory.
Delete the /build
and /dist
directories.
Delete the /build
directory.
Delete the /dist
directory.
Build the extension into a packed folder /dist/{browser}-{version}.zip
for Chrome and Firefox that is ready to be uploaded.
Build the extension into a packed folder /dist/chrome-{version}.zip
for Chrome that is ready to be uploaded.
Build the extension into a packed folder /dist/firefox-{version}.zip
for Firefox that is ready to be uploaded.