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
Link email-dev CLI globally
pnpm link ./packages/react-email/dev -g
email-dev