Compile dotCMS
Once you have cloned dotCMS, you can `git checkout` the branch you want to compile. In this case, we will compile the `master` branch. dotCMS uses Maven as our build tool, but its commands are accessed via Just. You need to be in the `core` directory to use it:
cd core
just install-all-mac-deps
just build
Note that the install-all-mac-deps command only needs to be run once; subsequent builds can proceed with just build alone.