From 8426a9adbe477a2b27951de554a27af99a2242ef Mon Sep 17 00:00:00 2001 From: mojafa Date: Mon, 10 Feb 2025 10:56:12 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- apps/docs/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/docs/README.md b/apps/docs/README.md index 18ed808..5b49aba 100644 --- a/apps/docs/README.md +++ b/apps/docs/README.md @@ -3,9 +3,18 @@ ``` npm create astro@latest -- --template starlight/tailwind ``` +## 🌏 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/withastro/starlight/tree/main/examples/tailwind) +[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/withastro/starlight/tree/main/examples/tailwind) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/starlight/tree/main/examples/tailwind) +[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/withastro/starlight/tree/main/examples/tailwind) [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/tailwind) -[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/tailwind) +[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/withastro/starlight/tree/main/examples/tailwind) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/withastro/starlight/tree/main/examples/tailwind) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/withastro/starlight/tree/main/examples/tailwind) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!