From b828aa1438b1bb936a40bbb5293540d06aff715f Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 00:33:23 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 28725d8..cf880a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,18 @@ [![open-pr](https://github.com/mathieu-benoit/sail-sharp/actions/workflows/open-pr.yml/badge.svg)](https://github.com/mathieu-benoit/sail-sharp/actions/workflows/open-pr.yml) [![close-pr](https://github.com/mathieu-benoit/sail-sharp/actions/workflows/close-pr.yml/badge.svg)](https://github.com/mathieu-benoit/sail-sharp/actions/workflows/close-pr.yml) + +## 🌏 Open in the Cloud +Click any of the buttons below to start a new development environment to demo or contribute to the codebase: + +[![Open in VS Code](https://img.shields.io/badge/Open%20in-VS%20Code-blue?logo=visualstudiocode)](https://vscode.dev/github/mathieu-benoit/sail-sharp) +[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/mathieu-benoit/sail-sharp) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mathieu-benoit/sail-sharp) +[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/mathieu-benoit/sail-sharp) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mathieu-benoit/sail-sharp) +[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/mathieu-benoit/sail-sharp) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/mathieu-benoit/sail-sharp) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mathieu-benoit/sail-sharp) Associated blog posts: - [Sail Sharp, 8 tips to optimize and secure your .NET containers for Kubernetes](https://medium.com/p/c68ba253844a)