WelcomeHow It WorksDemo DeploySocial LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditionsFAQ PageContactQuestion & AnswerFAQBreaking ChangesSupportChange Log
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Features
Settings
Payment
Flash Sale
Shop Transfer
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
API
Back-End Integration
Customizations
Update & Upgrade Guide
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.