You can view the website live at https://wizardsdao.com/
To connect to a local hardhat node create an .env.local file in the current directory with the following content:
NEXT_PUBLIC_RINKEBY_RPC_URI="http://127.0.0.1:8545/"
NEXT_PUBLIC_LOCAL_RPC_URI="http://127.0.0.1:8545/"
NEXT_PUBLIC_MAINNET_RPC_URI="http://127.0.0.1:8545/"
NEXT_PUBLIC_CHAIN_ID=31337
NEXT_PUBLIC_CHAIN_WSURI="ws://192.168.4.45:8545/"