This directory contains the static GitHub Pages site for the CardputerZero AppStore registry, documentation center, and web UI. The registry is generated from CardputerZero/packages package metadata.
Run a static server from this directory:
cd hub
python3 -m http.server 4173Then open:
http://localhost:4173/
The page uses fetch() to load generated/registry.json, so serving it over HTTP is recommended instead of opening index.html directly from the filesystem.
Publish the hub/ directory as the Pages root. The entry point is:
hub/index.html
Static data files:
generated/registry.jsongenerated/registry-index.jsoncompatibility alias for older AppStore clients
Static UI files:
site/app.jssite/styles.csssite/i18n/zh-CN.jsonsite/i18n/en.jsonsite/i18n/ja.json
Test assets copied from local APPLaunch apps live under assets/.
Developer publishing docs cover the current czdev publish flow:
docs/app-submission-guide.mddocs/zh-CN/app-submission-guide.mddocs/ja/app-submission-guide.md