There is 2 parts, the contracts in ./contracts
and the web app in ./webapp
Both need to be setup
cd contracts
yarn
cd webapp
yarn
cd contracts
yarn dev
starting the http server at http://localhost:8080
cd webapp
yarn dev
go to http://localhost:8080
if you use metamask or other built-in wallet, configure it to use the network at http://localhost:8545