From 1b9a02d996f717e6a73fbb24f5e1777160fab441 Mon Sep 17 00:00:00 2001 From: mojafa Date: Mon, 10 Feb 2025 10:57:14 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- messaging-js/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/messaging-js/README.md b/messaging-js/README.md index 0dd74b7..9083ad6 100644 --- a/messaging-js/README.md +++ b/messaging-js/README.md @@ -2,7 +2,18 @@ In-App Messaging tutorial application code using Vonage JS Client SDK ## Demo +### 🌏 Open in the Cloud + +Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine: + +[![Open in VS Code](https://img.shields.io/badge/Open%20in-VS%20Code-blue?logo=visualstudiocode)](https://vscode.dev/github/Vonage-Community/tutorials-client_sdk-ios-android-js) +[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/Vonage-Community/tutorials-client_sdk-ios-android-js) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Vonage-Community/tutorials-client_sdk-ios-android-js) +[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/Vonage-Community/tutorials-client_sdk-ios-android-js) [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/Vonage-Community/tutorials-client_sdk-ios-android-js/tree/main/messaging-js) +[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/Vonage-Community/tutorials-client_sdk-ios-android-js) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/Vonage-Community/tutorials-client_sdk-ios-android-js) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Vonage-Community/tutorials-client_sdk-ios-android-js) > Note: There is a devDependency `sirv-cli` in the project that is only necessary to run the demo on StackBlitz.