Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 439 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 439 Bytes

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.