Clone the repository with submodules:
git clone --recurse-submodules https://github.com/lynxnot/zoomdin.git
cd zoomdinIf you've already cloned without submodules, initialize them:
git submodule update --init --recursiveThis project uses Just for task automation.
just build— compile the projectjust run— build and run the application