Skip to content

Commit 8426a9a

Browse files
committed
added open with codeanywhere badge to README file
Signed-off-by: mojafa <jmohsa@gmail.com>
1 parent 822489b commit 8426a9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/docs/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
```
44
npm create astro@latest -- --template starlight/tailwind
55
```
6+
## 🌏 Open in the Cloud
67

8+
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:
9+
10+
[![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)
11+
[![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)
12+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/starlight/tree/main/examples/tailwind)
13+
[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/withastro/starlight/tree/main/examples/tailwind)
714
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/tailwind)
8-
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/tailwind)
15+
[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/withastro/starlight/tree/main/examples/tailwind)
16+
[![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)
17+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/withastro/starlight/tree/main/examples/tailwind)
918

1019
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
1120

0 commit comments

Comments
 (0)