Files
Entropyk/ui/README.md
sepehr 5bd180b5b8
Some checks failed
CI / check (push) Has been cancelled
Snapshot WIP: solver HP epic progress, BPHX/HX physics, BMAD skill refresh.
Capture uncommitted solver robustness work (regularization, domain errors, linear solver lifecycle, tube DP/MSH), web workbench updates, and synced BMAD skills across IDE agent folders before starting BPHX pressure-drop.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-19 16:35:31 +02:00

12 lines
412 B
Markdown

# Deprecated — do not use
This static HTML prototype is **dead**. It posts to `/api/calculate`, which no longer exists.
Use the supported workbench instead:
- Frontend: [`apps/web`](../apps/web) (Next.js, http://localhost:3000)
- API: `cargo run -p entropyk-demo --bin ui-server` (http://localhost:3030)
- CLI: `cargo run -p entropyk-cli -- run config.json`
This folder may be removed in a future cleanup.