aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.