Because this package is in a private repository, you must register it with your Julia installation locally after cloning it.
julia> using Pkg
julia> Pkg.develop(path=".")You might also have to install this for generating the documentation
$ cd docs
$ julia
julia> ]
(@v1.6) pkg> develop ..