If you have npm installed, you can install the required project dependencies
npm install
If you are in root, you can run the project's full test suite
npx hardhat test
Since this project uses Hardhat, you can use its default ways to run tests, should you prefer it.
Run the code coverage suite with
npx hardhat coverage
Run the contract sizer with
npx hardhat size-contracts