Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruGhergut committed May 4, 2016
2 parents b18e4f1 + 5cb724d commit fb50c47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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>
1 change: 0 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ canvas {
box-sizing: border-box;
border: 2px solid black;
height: 100%;
/*width: 50%;*/
overflow: hidden;
background: #F0F8FF;
}
Expand Down

0 comments on commit fb50c47

Please sign in to comment.