A Chrome extension that adds additional functionality to The Plastic Merchant's Bulk Seller Platform.
Also see the Chrome Extension developer documentation.
- Clone the repository.
- Install yarn:
brew install yarn
. - Run
yarn
. - Run
yarn start
. - Load the extension in Chrome by doing the following:
- Navigate to
chrome://extensions/
- Check
Developer mode
- Click
Load unpacked extension...
- Select the
build
folder
- Navigate to
Most modules/components are set up for hot module reloading. If you make changes outside of these components or refresh the page, you will have to reload the extension for your changes to appear.
To run a production build:
yarn build
The contents of the build
folder will be the extension, ready to be submitted to the Chrome Web Store. More information can be found in the official publishing guide.