summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-04-11 10:39:30 +0200
committernicolargo <nicolas@nicolargo.com>2021-04-11 10:39:30 +0200
commitb8dade991cd30b954f1e3b71720a45a538c53762 (patch)
tree95d095e02e971b734c0c61ef52bbdee82aa20bb3
parent122c92be15c1120011768db66b310fd58bbff777 (diff)
Add webui in Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f378e65..3f3524bc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,7 @@ docs-server: docs
(sleep 2 && sensible-browser "http://localhost:$(PORT)") &
cd docs/_build/html/ && python -m SimpleHTTPServer $(PORT)
+webui:
+ cd glances/outputs/static/ && npm install && npm audit fix && npm run build
+
.PHONY: test docs docs-server