diff options
| -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. |
