diff --git a/README.md b/README.md index 3c3d373..ffb8d6d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # NodeDrawboard A collaborative drawing board where users can share ideas, chat or just have fun. Made with Node.js using Express.js and Socket.io frameworks. + +

How to run

+
    +
  1. Install Node.js
  2. +
  3. Navigate to project directory and run "npm install" in order to install dependencies
  4. +
  5. Run index.js using Node. Optional command line argument should be the port on which the server will run (Default: 3000)
  6. +