export UI_GIT_REPO=https://<git repo>or
export UI_GIT_REPO=git@<git repo>optionally set branch (default is main)
export UI_GIT_BRANCH=mainNOTE: UI_LOCAL have higher precedence than UI_GIT_REPO, if UI_LOCAL is set, UI_GIT_REPO will be ignored.
export UI_LOCAL = /path/to/your/uimake uimake -B uimake clean/ui