Pixer Documentation
WelcomeTech We Have Used
Upgrade Guide
Getting StartedFeaturesAvailable ScriptsAvailable Scripts:CustomizationStyles and AssetsUtilities
Back-End Integration
Deployment
Update
SEO and Analytics
API
WalletEmail Configuration
Payment
MultiVendorMultilingualNew PageFAQSupportVersionsDocumentationExport importOpenAI IntegrationWithdrawals

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"