summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/README.md
diff options
context:
space:
mode:
authorGravatar Brian McManus <bdmac@github.com> 2023-02-23 08:34:37 -0700
committerGravatar GitHub <noreply@github.com> 2023-02-23 09:34:37 -0600
commit7da05febeab2638d4e2252fe12eb4ae4b3582787 (patch)
treee7e8e2ba29c4ab6bd7f7a36cfa976ef949012a97 /examples/framework-multiple/README.md
parenteed2c85513588f8753b817d6e743c81b29665af9 (diff)
downloadastro-7da05febeab2638d4e2252fe12eb4ae4b3582787.tar.gz
astro-7da05febeab2638d4e2252fe12eb4ae4b3582787.tar.zst
astro-7da05febeab2638d4e2252fe12eb4ae4b3582787.zip
Enhanced Astro codespace support (#6288)
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Diffstat (limited to 'examples/framework-multiple/README.md')
-rw-r--r--examples/framework-multiple/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md
index f07077dbf..054dbed3c 100644
--- a/examples/framework-multiple/README.md
+++ b/examples/framework-multiple/README.md
@@ -6,6 +6,7 @@ npm create astro@latest -- --template framework-multiple
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-multiple)
+[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=/.devcontainer/framework-multiple/devcontainer.json)
This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)).