Interactive system design decision tree split into modular phase data files.
index.html— app shell and script loading orderstyles.css— UI stylingapp.js— tree assembly and D3 rendering logicdata/phase-*.js— individual phase definitions
Open index.html in a browser.
From the project root:
python3 -m http.server 8000Then open:
http://localhost:8000
- Internet access is required for the D3 CDN script in
index.html. - Phase files must load before
app.js(already configured inindex.html).