astro/examples
Brian McManus 7da05febea
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>
2023-02-23 09:34:37 -06:00
..
basics Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
blog Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
component Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
deno Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
docs Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-alpine Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-lit Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-multiple Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-preact Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-react Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-solid Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-svelte Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
framework-vue Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
hackernews Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
integration Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
minimal Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
non-html-pages Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
portfolio Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
ssr [ci] release (#6279) 2023-02-17 13:44:15 -05:00
with-markdown-plugins Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
with-markdown-shiki Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
with-mdx Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
with-nanostores Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
with-tailwindcss Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
with-vite-plugin-pwa Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
with-vitest Enhanced Astro codespace support (#6288) 2023-02-23 09:34:37 -06:00
README.md .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -05:00

Astro Examples Library

The easiest way to check out one of these examples on your machine is by running this command in an empty directory:

npm create astro@latest -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm create astro@latest to check out any community examples:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example