Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 284 Bytes

Dev install instructions

In a node.js command prompt run...
npm install nodemon --global
Then to run the application, and watch what comes back through the log, run...
nodemon
Nodemon will show the log of chat events and will tell you if you succesfully logged in.