A web app to view the online/offline statusees of the bloxberg validator nodes and to show when they were online/offline in a detailed uptime graph.
Shows the uptimes in days or hours.
Install dependencies
npm install
Run the app in the development mode.
npm start
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
See the section about deployment for more information.
Bootstrapped with the create-react-app