Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 490 Bytes

Mail Watchman

Automatically run a script whenever new mails arrive in your inbox

Installation

  • After cloning, cd into application directory and run npm 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.