From 77302f5524a31531d9cf63e5d47a2e3165618246 Mon Sep 17 00:00:00 2001 From: mojafa Date: Mon, 10 Feb 2025 10:51:00 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 472dc91..837f135 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,19 @@ # sveltekit-share-buttons +## 🌏 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/rodneylab/sveltekit-share-buttons) +[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/rodneylab/sveltekit-share-buttons) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/rodneylab/sveltekit-share-buttons) +[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/rodneylab/sveltekit-share-buttons) [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rodneylab/sveltekit-share-buttons) +[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/rodneylab/sveltekit-share-buttons) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/rodneylab/sveltekit-share-buttons) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rodneylab/sveltekit-share-buttons) + Code showing how to use the Web Share API with progressive enchancements to add social share buttons to a Svelte app. The code accompanies the post on Svelte share buttons. If you have any questions, please drop a comment at the bottom of that page.