Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruGhergut committed Apr 29, 2016
1 parent 688616f commit 5cb724d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<h2> How to run </h2>
<ol>
<li>Install Node.js</li>
<li>Navigate to project directory and run "npm install" in order to install dependencies</li>
<li>Run index.js using Node. Optional command line argument should be the port on which the server will run (Default: 3000) </li>
</ol>

0 comments on commit 5cb724d

Please sign in to comment.