PickBazar Documentation
WelcomeHow It Works
Prerequisite
Installation
Available Scripts & Command
API CommandAdmin CommandShop CommandAvailable Scripts:
How Can I use this app
Demo Deploy
Features
Settings
Payment
Flash Sale
Shop Transfer
Social LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditions
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
API
Back-End Integration
Customizations
Update & Upgrade Guide
FAQ PageContactQuestion & AnswerFAQBreaking ChangesSupportChange Log

Available Scripts:

You can run below commands in the root folder for your need.

"clean": "yarn workspaces run rimraf \"{.next,node_modules,__generated__,.cache,src/graphql/*.d.ts,src/framework/graphql/**/*.d.ts}\" && rimraf node_modules",
"gql-clean": "yarn workspaces run rimraf \"{__generated__,src/graphql/*.d.ts,src/framework/graphql/**/*.d.ts}\"",
"dev:shop-rest": "yarn workspace @pick-bazar/shop dev:rest",
"build:shop-rest": "yarn workspace @pick-bazar/shop build:rest",
"start:shop-rest": "yarn workspace @pick-bazar/shop start",
"dev:shop-gql": "yarn workspace @pick-bazar/shop dev:gql",
"build:shop-gql": "yarn workspace @pick-bazar/shop build:gql",
"start:shop-gql": "yarn workspace @pick-bazar/shop start",
"prepare": "husky install"

Note: Also, individual Scripts are available under every individual package. You can check out them from there individual package.json file.