Experimental port of the ORES reference UI to standalone React.
See a live demo here: https://adamwight.github.io/ores-reference-ui/dist/
npm install
npm run dev
To package into the dist
directory, as minified files with all dependencies inlined, run:
npm run build
Then, point a browser at dist/index.html
.