OpenNMS https://opennms-799ef.firebaseapp.com/#/ opennms graph Install the dependencies yarn (or npm install) Start the app in development mode (hot-code reloading, error reporting, etc.) yarn dev (npm dev) Build the app for production yarn build (npm build) Testing yarn test (npm test)