Skip to content

Commit 8cdda80

Browse files
authored
Add files via upload
1 parent a51c17c commit 8cdda80

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/ARCHITECTURE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Application architecture
2+
3+
- `index.html`: semantic application shell and accessible controls.
4+
- `styles.css`: responsive desktop/mobile dashboard styling.
5+
- `app.js`: minimal WebGL 2 renderer, camera, parametric geometry, analysis overlays and UI state.
6+
- `data/app-data.js`: generated project data from CSV engineering outputs.
7+
- `sw.js`: offline application-shell cache.
8+
- `assets/downloads/`: downloadable engineering artefacts.
9+
10+
The application intentionally uses no npm build, framework, CDN or runtime dependency. GitHub Pages serves the files directly.

0 commit comments

Comments
 (0)