github.com/nsqio/nsq@v1.3.0/nsqadmin/README.md (about) 1 ## nsqadmin 2 3 `nsqadmin` is a Web UI to view aggregated cluster stats in realtime and perform various 4 administrative tasks. 5 6 Read the [docs](https://nsq.io/components/nsqadmin.html) 7 8 9 ## Local Development 10 11 ### Dependencies 12 13 1. Install NodeJS 16.x (includes `npm`) 14 15 ### Live Reload Workflow 16 17 1. `$ npm install` 18 2. `$ ./gulp --series clean watch` 19 3. `$ cd .. && make && ./build/nsqadmin --dev-static-dir=nsqadmin/static/build --lookupd-http-address=<...>` 20 4. make changes to static assets (repeat step 3 only if you make changes to any Go code) 21 22 ### Build 23 24 1. `$ ./gulp --series clean build`