Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 516 Bytes

File metadata and controls

23 lines (14 loc) · 516 Bytes

domainz-logo

Getting Started

First, install the packages:

yarn install

To run your application locally:

yarn dev

To 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