aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'webui/Makefile')
-rw-r--r--webui/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/webui/Makefile b/webui/Makefile
new file mode 100644
index 00000000..1f023cc9
--- /dev/null
+++ b/webui/Makefile
@@ -0,0 +1,11 @@
+start:
+ npm start
+
+install:
+ npm install
+
+test:
+ npm run lint
+
+build:
+ npm run build