First, install the packages:
yarn installTo run your application locally:
yarn devTo configure gmail to work with nodemailer follow this guide: https://nodemailer.com/usage/using-gmail/
put .env.local into your .gitignore file so that it won't be comitted to source control:
put your gmail info into the .env.local file for nodemailer to work
