$ python server.py
Traceback (most recent call last):
File "/home/asu/Science/Benchmarks/server.py", line 126, in <module>
APP.mount("/", StaticFiles(directory="ui/build/", html=True), name="ui")
File "/home/asu/env/benchmark/lib/python3.10/site-packages/starlette/staticfiles.py", line 57, in __init__
raise RuntimeError(f"Directory '{directory}' does not exist")
RuntimeError: Directory 'ui/build/' does not exist
when I execute
python server.py(as described in https://github.com/TranslatorSRI/Benchmarks/blob/main/README.md#ui), I get the following error:Is there a build step that I missed?