add readme

This commit is contained in:
Raven Scott 2024-06-14 03:17:31 -04:00
parent 4d9d22060b
commit ff0acb1a85
2 changed files with 13 additions and 1 deletions

12
README.md Normal file
View File

@ -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`

2
app.js
View File

@ -912,4 +912,4 @@ async function connectToAllRooms() {
// Call this function when loading the rooms initially
renderRoomList();
initialize();
initialize();