From d37802fc9c115484ae35a8ca21717d8384dd6fe2 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Thu, 12 May 2022 12:21:16 -0400 Subject: [PATCH] update readme --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1972228..a4f562e 100644 --- a/README.md +++ b/README.md @@ -19,29 +19,34 @@ Inspired by my time playing Express.js and Socket.io. It is currently cloud hosted using the Google App Engine. ## Contributing and Developers' Guide ### Running Locally -The entrypoint for the application is in `index.js` at the root. +The entrypoint for the application is `index.js` at the root. If you haven't already, install Node.js. This should include the node package manager, npm.