📢 Don't fork this project. Use, contribute, or open issues through Store Discussion.
Seller Selector enables your visitors to easily see how many sellers your marketplace has for certain products, check their prices and add then to their cart.
install:
commands:
- echo Installing Packages...
- cd react
- npm install
- echo Packages installed!
pre_build:
commands:
- echo Running tests...
- npm run verify
- echo Lint and tests finished!