# NODE.DC Local Working Copy This repository contains the current NODE.DC base site: a structured local copy of the recovered Webflow page, localized to Russian and prepared for the block/CMS refactor. The rebuild source is `/Users/dcconstructions/site-rescue/ssscript.app`. ## Run ```bash cd /Users/dcconstructions/Downloads/mnt/NODEDC/NODEDC_SITE python3 -m http.server 8081 --bind 127.0.0.1 ``` Open http://127.0.0.1:8081/ ## Structure - `index.html`, `beta-apply.html`, `founders.html`, `enterprise.html` - editable local pages. - `assets/webflow` - Webflow CSS, JS, and image assets. - `assets/custom` - custom NODE.DC CSS/JS published on Vercel. - `assets/media` - downloaded videos from ssscript.dev. - `assets/vendor` - third-party browser scripts. - `docs/` - refactor notes, block model draft, and admin plan. - `originals` - untouched files copied from the original wget download. - `asset-manifest.json` - source URL to local file mapping. - `tools/build-local-copy.mjs` - rebuild script. It uses `NODEDC_SOURCE_DIR` when provided, otherwise the original local rescue folder. - `tools/localize-ru.mjs` - Russian localization and NODE.DC brand patch script. External product/API/documentation links are intentionally left as external URLs.