summaryrefslogtreecommitdiff
path: root/examples/hackernews
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/hackernews
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/hackernews')
-rw-r--r--examples/hackernews/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hackernews/README.md b/examples/hackernews/README.md
index e2d15dda5..e6d6af930 100644
--- a/examples/hackernews/README.md
+++ b/examples/hackernews/README.md
@@ -6,6 +6,7 @@ npm create astro@latest -- --template hackernews
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/hackernews)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/hackernews)
+[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=/.devcontainer/hackernews/devcontainer.json)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!