Built with Next.js and hosted with Vercel
-
Clone the project
git clone https://github.com/ironsoul0/rcovid.xyz
-
Fill in the environmental variables.
.env.sample
is a sample file you can follow.
NEXT_PUBLIC_INFURA_ID=f40be16d787e47168253bf632e6a7bcd
NEXT_PUBLIC_TARGET_CHAIN_ID=42
NEXT_PUBLIC_HAT_ID=746
NEXT_PUBLIC_RECIPIENT_ID=0x51551EBfE65CCcE40DC5C4664E4b2b475B018dBB
-
Install the dependencies
cd rcovid.xyz yarn
-
Start the development server
yarn dev
Feel free to contribute and suggest any improvements.
This repository is a full source of the website created using Next.js, Ethers.js, TypeScript and React.