Skip to content

Commit

Permalink
Add Demo link to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
petercunha authored Feb 7, 2017
1 parent e77bcf0 commit 3ef92bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
Pad is an extremely lightweight, low-latency, collaborative notepad built with [WebSockets](https://en.wikipedia.org/wiki/WebSocket) and [NodeJS](https://nodejs.org/)!


### Run your own server!

## Run your own server!
```bash
git clone https://github.com/petercunha/pad.git
cd pad
npm install && npm start
```

[Check out our demo](https://paperpad.herokuapp.com/)

0 comments on commit 3ef92bd

Please sign in to comment.