diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f547ff --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +`LinkUp` is currently in` active development` and `not fully launched`. + +To launch the App in Dev Mode: + +`git clone https://git.ssh.surf/snxraven/LinkUp-P2P-Chat.git` + +`cd LinkUp-P2P-Chat` + +`npm i; npm i pear -g;` + +Lastly - run the app: +`pear dev -s /tmp/tmp_pear` diff --git a/app.js b/app.js index fe94413..eb6a1f6 100644 --- a/app.js +++ b/app.js @@ -912,4 +912,4 @@ async function connectToAllRooms() { // Call this function when loading the rooms initially renderRoomList(); -initialize(); +initialize(); \ No newline at end of file