WelcomeHow It WorksInstallationFeaturesAvailable ScriptsCustomizationStyles and AssetsNew PageFAQSupportVersions
Back-End Integration
Deployment
New Static Page
Both shop and admin are built using React NextJS framework. So all the existing pages are available to this location. You can create new pages from,
Shop,
pixer/shop/src/pages
Admin,
pixer/admin/src/pages
You can use the NextJS routing feature for the new pages. Check these official NextJS docs for pages and routing,