Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

adamwight/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.