diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-11 16:37:53 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-11 16:37:53 +0200 |
| commit | b06acc0d599ead1b9ac8b4a54ac49a8a0d34bedc (patch) | |
| tree | 02928fe108217713d2b7f3e47c152ace7bebfed3 | |
| parent | 68d8bce98b016b440ac648123b8d40b49244ed7f (diff) | |
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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. |
