Check the folder packages/contracts/scripts
to see the all the flows to execute.
Each flow has a description at the top of the file.
To execute a flow, run:
npm run -w packages/contracts hardhat -- run ./scripts/flow-1.ts
npm run -w packages/contracts hardhat -- node
npm run -w packages/contracts hardhat -- run ./scripts/deploy.ts --network localhost
npm run -w packages/ui dev