diff options
author | 2023-02-23 08:34:37 -0700 | |
---|---|---|
committer | 2023-02-23 09:34:37 -0600 | |
commit | 7da05febeab2638d4e2252fe12eb4ae4b3582787 (patch) | |
tree | e7e8e2ba29c4ab6bd7f7a36cfa976ef949012a97 /examples/framework-multiple/README.md | |
parent | eed2c85513588f8753b817d6e743c81b29665af9 (diff) | |
download | astro-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.md | 1 |
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 [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple) [](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-multiple) +[](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/)). |