From a2431c7fd23b689d85db8d4c3e37ec073d7232da Mon Sep 17 00:00:00 2001 From: mojafa Date: Mon, 10 Feb 2025 17:53:54 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 167cc91..7b0d1d3 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ The workspace contains: Click the button below to create the Gitpod workspace. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/protocol/launchpad-tutorials) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/protocol/launchpad-tutorials) +[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/protocol/launchpad-tutorials) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/protocol/launchpad-tutorials)