Merge pull request #148 from luizbills/gitpod

Add Gitpod support
This commit is contained in:
Alex Sosnovskiy 2019-12-15 13:03:51 +03:00 committed by GitHub
commit 344f203b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

7
.gitpod.yml Normal file
View File

@ -0,0 +1,7 @@
tasks:
- init: npm i
command: npm start
ports:
- port: 9000
onOpen: open-preview

View File

@ -4,6 +4,8 @@
PeerServer helps broker connections between PeerJS clients. Data is not proxied through the server. PeerServer helps broker connections between PeerJS clients. Data is not proxied through the server.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/peers/peerjs-server)
## [https://peerjs.com](https://peerjs.com) ## [https://peerjs.com](https://peerjs.com)
### Run PeerServer ### Run PeerServer