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:admin-rest": "yarn workspace @marvel/admin-rest dev","build:admin-rest": "yarn workspace @marvel/admin-rest build","start:admin-rest": "yarn workspace @marvel/admin-rest start","dev:admin-gql": "yarn workspace @marvel/admin-graphql dev","build:admin-gql": "yarn workspace @marvel/admin-graphql build","start:admin-gql": "yarn workspace @marvel/admin-graphql 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.