From d1f33b711074918fe5ecb0291f69ccc0558f263e Mon Sep 17 00:00:00 2001 From: David Westgate Date: Tue, 2 Mar 2021 23:57:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8b3a0f4..e7b75b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ This web app allows a user to be notified via e-mail when a website they wish to track has been updated. Updates are currently monitored via periodic HEAD requests to specified urls, and checking for updates of etag or last-modified headers. +to install dependencies: + cd server + npm i +to run: + npm run prod + Deployers of this application will also need to supply access to an SMTP server in config.js for e-mail notifications, and should implement SSL for secure authenication. Future updates will include: