blob: c5cf458fc4ebad58e0465924e52cc48641d6011c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SLAM Frontend UI
## 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.
|