Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 490 Bytes

SNMP Simulator Web UI

NOTE: this project supports Node v16 and higher

Starting the project locally

For running this project, you will first need to install yarn.

Once you have yarn installed, make sure you have all the latest changes of the repository (git pull), and follow these steps :

  • Install dependencies with yarn install

  • Start the dev server with yarn start

  • Visit http://localhost:5000 to see the project