Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 359 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 359 Bytes

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)