Automatically run a script whenever new mails arrive in your inbox
- After cloning,
cd
into application directory and runnpm install
to install dependencies - Copy environment variables from .env.example
cp .env.example .env
and fill them appropriately - Run
npm start
to start the application. You might want to use PM2 or Forever to keep it running as a background process.