-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
688616f
commit 5cb724d
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |