|
|
||
|---|---|---|
| _astro | ||
| admin | ||
| assets | ||
| content | ||
| docs | ||
| knowledge | ||
| templates/pages/home | ||
| tools | ||
| .gitignore | ||
| README.md | ||
| asset-manifest.json | ||
| beta-apply.html | ||
| enterprise.html | ||
| founders.html | ||
| index.html | ||
| package.json | ||
| robots.txt | ||
| sitemap.xml | ||
README.md
NODE.DC PromoSite
Static promo site for NODE.DC: an enterprise platform for processes, data, AI agents, workflow automation, Hub, Engine, Ops, and applied business modules.
Structure
content/pages/home.json- structured content model for the homepage.templates/pages/home/shell.html- homepage shell and shared head/runtime includes.templates/pages/home/blocks- block templates used by the renderer and admin.content/block-templates/home.json- sanitized admin block presets.assets/site- local runtime CSS, JS, fonts, and base UI images.assets/custom- NODE.DC custom runtime and overrides.assets/uploads- product media managed by the site/admin flow.adminandtools/admin-server.mjs- local content admin.
Commands
npm run render:home
npm run admin
For a static preview:
python3 -m http.server 8081 --bind 127.0.0.1