Go to file
dcconstructions 2c07dc2df8 Import expanded Knowledge SEO content 2026-07-10 01:51:58 +03:00
_astro Integrate knowledge docs and admin updates 2026-07-06 00:27:04 +03:00
assets Fix mobile scroll through slider sections 2026-07-10 01:21:42 +03:00
content Import expanded Knowledge SEO content 2026-07-10 01:51:58 +03:00
docs Remove embedded admin from site 2026-07-06 00:31:15 +03:00
knowledge Import expanded Knowledge SEO content 2026-07-10 01:51:58 +03:00
templates/pages/home Fix mobile scroll through slider sections 2026-07-10 01:21:42 +03:00
tools Import expanded Knowledge SEO content 2026-07-10 01:51:58 +03:00
.gitignore chore(site): update homepage media assets 2026-07-03 08:43:37 +03:00
README.md Remove embedded admin from site 2026-07-06 00:31:15 +03:00
asset-manifest.json SEO zero ready 2026-06-27 19:20:56 +03:00
beta-apply.html SEO zero ready 2026-06-27 19:20:56 +03:00
enterprise.html SEO zero ready 2026-06-27 19:20:56 +03:00
founders.html SEO zero ready 2026-06-27 19:20:56 +03:00
index.html Fix mobile scroll through slider sections 2026-07-10 01:21:42 +03:00
package.json Remove embedded admin from site 2026-07-06 00:31:15 +03:00
robots.txt SEO zero ready 2026-06-27 19:20:56 +03:00
sitemap.xml Import expanded Knowledge SEO content 2026-07-10 01:51:58 +03:00

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.
  • content/block-templates/home.json - sanitized block presets consumed by the external CMS.
  • 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 external CMS flow.

Commands

npm run render:home
npm run render:knowledge

For a static preview:

python3 -m http.server 8081 --bind 127.0.0.1