If you want to give a try just:
- Clone the repo
- Inside the root folder run npm install or yarn.
- Then run npm/yarn run.
For running test use: npx hardhat test
and it will run all tests within the test folder.
To compile the contract: npx hardhat compile
In order to deploy the contract use: npx hardhat run scripts/deploy.js
Use npx hardhat help
to output all Hardhat commands available.