From f519bf4903a50d51885a6cc1473c3a41f114d337 Mon Sep 17 00:00:00 2001 From: "Luiz Paulo \"Bills" Date: Fri, 8 Nov 2019 10:50:58 -0300 Subject: [PATCH 1/3] Create .gitpod.yml --- .gitpod.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..1c7d696 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +image: gitpod/workspace-full + +tasks: + - init: npm i + command: npm start + +ports: + - port: 9000 + onOpen: open-preview From 8c48d6092ae4da2078f30d706b22eabf6f445981 Mon Sep 17 00:00:00 2001 From: "Luiz Paulo \"Bills" Date: Fri, 8 Nov 2019 10:55:59 -0300 Subject: [PATCH 2/3] Update .gitpod.yml --- .gitpod.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1c7d696..2e958b0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,3 @@ -image: gitpod/workspace-full - tasks: - init: npm i command: npm start From 22240081ff77f7d3a008927f04e6557c05b27901 Mon Sep 17 00:00:00 2001 From: "Luiz Paulo \"Bills" Date: Fri, 8 Nov 2019 11:06:31 -0300 Subject: [PATCH 3/3] add gitpod button --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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