aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-11 16:37:53 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-11 16:37:53 +0200
commitb06acc0d599ead1b9ac8b4a54ac49a8a0d34bedc (patch)
tree02928fe108217713d2b7f3e47c152ace7bebfed3
parent68d8bce98b016b440ac648123b8d40b49244ed7f (diff)
Improve READMEHEADmain
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b13fab..c5cf458 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
# SLAM Frontend UI
-_SLAM_: A Mere Stack Language
+## Running
+ npm ci
+ npm run dev
+
+## Testing
+
+Make sure the service is running on port 3000, then run
+
+ npm run test
+
+NOTE: the tests call the live environment APIs by default.