Desktop user interface for the client background service.
This submodule is divided into three main packages:
api- interaction with theclientAPImodel- data coming from and sent toclientandserverAPIspages- UI components
To get started with development of client-ui, run the build.py script; it will pull
all dependencies and build the project.
To run linting and all tests, execute
./qa.py.