This repository is a full rebase of the latest monero code (currently release-v0.14) using a series of patch files.
To build haven, simply run the following command(s):
$ ./build-haven.sh make_params
where <make_params> are the standard make options (e.g. "-j4 release")
To build the blockchain explorer, you need to build haven first (see above). Once that is done, you should run the following commands:
$ cd haven-blockchain-explorer
$ ./build-blockchain-explorer.sh