Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Open with Codeanywhere" Badge #5125

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions examples/7guis-1-counter-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ It's the 1st task of the [7 GUIs](https://eugenkiss.github.io/7guis).
[Open in CodeSandbox](https://codesandbox.io/p/sandbox/github/statelyai/xstate/tree/main/examples/7guis-1-counter-vue)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/examples/7guis-1-counter-vue)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)
2 changes: 2 additions & 0 deletions examples/7guis-2-temperature-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ It's the 2nd task of the [7 GUIs](https://eugenkiss.github.io/7guis).
[Open in CodeSandbox](https://codesandbox.io/p/sandbox/github/statelyai/xstate/tree/main/examples/7guis-2-temperature-vue)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/examples/7guis-2-temperature-vue)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)
2 changes: 2 additions & 0 deletions examples/friends-list-react/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ This is a React list built with:
## [Open in CodeSandbox](https://codesandbox.io/p/sandbox/github/statelyai/xstate/tree/main/examples/friends-list-react)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/examples/friends-list-react)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)
2 changes: 2 additions & 0 deletions examples/snake-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ This is an implementation of the game Snake built with:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/examples/snake-react)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)

Adapted from https://github.com/josmithua/xsnake
2 changes: 2 additions & 0 deletions examples/store-counter-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ This is a simple counter example, built with:
## [Open in CodeSandbox](https://codesandbox.io/p/sandbox/github/statelyai/xstate/tree/main/examples/store-counter-react)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/examples/store-counter-react)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)
2 changes: 2 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ Get started by forking one of these templates on CodeSandbox:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/templates/svelte-ts?file=%2Fsrc%2FfeedbackMachine.ts)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)

</td>
<td>

Expand Down
2 changes: 2 additions & 0 deletions templates/react-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Using [Vite](https://vitejs.dev/) as a build tool and to run the local developme
## [➡️ Open in CodeSandbox](https://codesandbox.io/p/sandbox/github/statelyai/xstate/tree/main/templates/react-ts?file=%2Fsrc%2FfeedbackMachine.ts)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/statelyai/xstate/tree/main/templates/react-ts?file=%2Fsrc%2FfeedbackMachine.ts)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/statelyai/xstate)