You have a theme you added as a git submodule and you recently re-cloned your project. In order to fix this, your submodule needs to be re-downloaded as well.

Run the following commands:

git submodule init

git submodule update

hugo server

Then your project will load without errors.