First step is to clone the repo and its submodule:
git clone --recurse-submodules [email protected]:zrc-von-neumann-lab/opdas/osp-web-interface.gitcd third_party/OneStopParallel && mkdir -p build && cd build
cmake ..
make -j$(nproc)In a terminal run the backend from the base directory:
python3 backend.pyTo preview the project in a browser, you can start a simple HTTP server:
python3 -m http.server 8000Open the local host http://localhost:8000/