diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..2e958b0 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +tasks: + - init: npm i + command: npm start + +ports: + - port: 9000 + onOpen: open-preview diff --git a/README.md b/README.md index 5e64843..03d6b8d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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) ### Run PeerServer