WelcomeHow It WorksInstallationAvailable ScriptsCustomizationStyles and AssetsTranslationNew PageFAQSupportVersions
Features
Back-End Integration
Deployment
Settings
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,
pickbazar/shop/src/pages
Admin,
REST
pickbazar/admin/rest/src/pages
GraphQL
pickbazar/admin/graphql/src/pages
You can use the NextJS routing feature for the new pages. Check these official NextJS docs for pages and routing,