From 5cb724da3646a7ccd53afd2b9119c197173435bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru-Gabriel=20Ghergu=C8=9B?= Date: Fri, 29 Apr 2016 11:38:01 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. +