Skip to content

wiki-ai/ores-reference-ui

 
 

Repository files navigation

Experimental port of the ORES reference UI to standalone React.

See a live demo here: https://adamwight.github.io/ores-reference-ui/dist/

Quick start

npm install
npm run dev

Production service

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • HTML 4.1%
  • CSS 1.0%