After you cloned the repository, you want to install the packages using
npm install
You first need to compile the contract and upload it to the blockchain network. Run the following commands to compile and upload the contract.
yarn hardhat compile
yarn hardhat run scripts/deploy.js --network mumbai