Apps and integrations built for lab use are included here as submodules.
$ git clone --recursive https://github.com/dali-lab/DALI-internal.git
feature/<feature-name>
More information on using submodules - submodules are a little bit tricky but the thing to remember is that the main repo points to specific commits of each submodule, thus to update you have to manually pull or git submodule update --remote
, and often when you first check out you'll need to remember to switch to the master
branch as well.