Things you will need to do beforehand to setup the project
Clone the repository
git clone https://github.com/resend/react-email
Enable pnpm through corepack
corepack enable corepack prepare pnpm@latest --activate
Install all the dependencies
pnpm install
Build all the packages
pnpm build