WelcomeTech We Have UsedGetting StartedFeaturesAvailable ScriptsAvailable Scripts:CustomizationStyles and AssetsUtilitiesWalletEmail ConfigurationMultiVendorMultilingualNew PageFAQSupportVersionsDocumentationExport importOpenAI IntegrationWithdrawals
Upgrade Guide
Back-End Integration
Deployment
Update
SEO and Analytics
API
Payment
Available Scripts:
You can run below commands in the root folder for your need.
Shop
"clean": "rimraf \"{node_modules,.next,.cache}\"","dev": "next dev","build": "next build","start": "next start","lint": "next lint","prepare": "husky install"
Admin
"dev": "next dev -p 3002","build": "next build","start": "next start -p 3002"