- First fork this repo
- Clone the repo in your local machine
- Create another branch named
- Run this commands from root directory in bash / terminal
npm install
-
Create a account on mailtrap & get the password & username.
-
In the root directory create .env file and paste your credentials
NODEMAIL_USER_NAME=mailtrap_username
NODEMAIL_PASS_WORD=mailtrap_password
- Now you can start it locally
npm run dev
Don't just do random pr , while creating the pr please explain the features or bugs you have solved or handled .