Web-based user interface for the server service.
This submodule is divided into three main packages:
api- interaction withserverAPImodel- data coming from and sent toserverAPIpages- UI components
To get started with development of server-ui, run the build.py
script; it will pull all dependencies and build the project.
The development .env file should be copied to the web assets.
To start the required services, use the docker-compose.yml file.
To start the dev
server-uiserver, use the run_server.py script.
To start the dev browser, use the run_browser.py script.
To run linting and all tests, execute
./qa.py.