From e97d4c5f6840bc629be718c0eb1b523aaf9d2c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 1 Mar 2018 15:47:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2c98ebd..11566cec 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ in mongo to have chat_logs and api be deleted after X and Y seconds. Use ```$ npm start``` to start the server. (Alternative you can use the ```pm2.json``` in the project-root, if you prefer pm2 for running the apps.) +More info in server/ README + ### About Zoff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and express on the backend, with JavaScript, jQuery and Materialize on the frontend.