Prerequisites, you need to have metamask installed in your browser and have some sepolia test tokens
https://metamask.io/
https://sepolia-faucet.pk910.de/
Then, copy the repo and type in terminal
yarn install
to install dependencies
then start dev mode by
next dev
or production mode by
next start
Open http://localhost:3000 with your browser to see the result.