An HTML5 UI library with Blender-RNA-style data binding.
path.ux uses pnpm and carries submodules.
git submodule update --init --recursive
pnpm install
pnpm run buildThe example app under example/ is the reference consumer. Launch it in NW.js or
Electron, each with the Chrome DevTools Protocol on port 9222:
pnpm nwjs
pnpm electronOr serve it over http and open http://localhost:5002:
node serv.jspnpm run typecheck # the library, then example/
pnpm run test # vitest
pnpm run lint # eslint + the comment prose linter
pnpm run format # prettier