Skip to content

Latest commit

 

History

History

ui

Hedera Sourcify UI

Bootstrapped with Create React App.

Install

Install with

npm install

Run

Run the development server with

npm start

Build

Build with

npm run build

Resulting static assets will be stored at build/ and ready to be served.

Docker

The Dockerfile installs, builds and serves the project on a minimal nginx container.