From 98c74067aab90725a484402c00636d0d5d809dfa Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Mon, 21 Feb 2022 09:54:07 +0100 Subject: [PATCH] Add Gitpod badge to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 450146e9..73defd3e 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,11 @@ docker build -t meggsimum/wegue:latest . ## Developing online using Gitpod.io -Gitpod.io is an online IDE using VS Code that also provides a terminal and enables live preview. A registration is required but can be done with a GitHub account. +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/meggsimum/wegue/) -Open [gitpod.io/#https://github.com/meggsimum/wegue/](https://gitpod.io/#https://github.com/meggsimum/wegue/) to get started. +Gitpod.io is an online IDE using VS Code that also provides a terminal and enables live preview. A registration is required but can be done with a GitHub account. + +Open [gitpod.io/#https://github.com/meggsimum/wegue/](https://gitpod.io/#https://github.com/meggsimum/wegue/) to get started. Wegue will automatically be initiated and your Wegue application can be previewed in a pane of the online IDE. The live preview of Wegue can also be seen in another browser tab by prefixing your workspace sub-URL with `8081-`. For example `https://8081-YOUR-WORKSPACE-NAME.ws-eu25.gitpod.io`.