You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
Pad is an extremely lightweight, low-latency, collaborative notepad built with [WebSockets](https://en.wikipedia.org/wiki/WebSocket) and [NodeJS](https://nodejs.org/)!
3
3
4
4
5
-
### Run your own server!
5
+
6
+
## Run your own server!
6
7
```bash
7
8
git clone https://github.com/petercunha/pad.git
8
9
cd pad
9
10
npm install && npm start
10
11
```
12
+
13
+
[Check out our demo](https://paperpad.herokuapp.com/)
0 commit comments