Static, no-build Three.js showroom. Drag-drop into a repo and deploy to Netlify (or any static host).
index.html
src/
main.js
stores.json
assets/
images/*.png
vendor/
three/ (optional: add three.module.js & OrbitControls.js here to avoid CDNs)
netlify.toml
# Python 3
python -m http.server 5173
# Open http://localhost:5173
- The app loads Three.js from
/vendor/threeif present, otherwise falls back to unpkg/jsDelivr. - Update
src/stores.jsonand replace the PNGs inassets/images/with real brand logos. - Tweak lights in
src/main.jsto taste.