blob: 3b0fcb721d51edb1416d2980ed608b457be824a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SLAM Runner API
## Running
Symlink a SLAM `interpreter` binary executable in the repo root directory and run
npm ci
npm run dev
Alternatively, use Docker:
docker-compose up
|