Pixer React Documentation
WelcomeHow It WorksInstallationFeaturesAvailable ScriptsAvailable Scripts:ShopAdminCustomizationStyles and Assets
Back-End Integration
Deployment
New PageFAQSupportVersions

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"

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