diff --git a/README.md b/README.md index 5aacc63..539fedd 100755 --- a/README.md +++ b/README.md @@ -17,13 +17,16 @@ etc... # Newsletter
If you want to add members to the newsletter, I store a file as /etc/newsletter_members.js:
-``` + +```js let members = ["member1@gmail.com","member2@outlook.com"] if (typeof module !== 'undefined' && module.exports) { module.exports = members; } + ``` + # Setup I use apache2 to run the website and accept traffic, though for the main site it runs on nodejs which is hosted on port :8003
You can run /node/app.js in a tmux session for the website