diff options
25 files changed, 26 insertions, 1 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md index bea634937..8252739a4 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -1,6 +1,7 @@ # Welcome to [Astro](https://astro.build) [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/basics) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/blog/README.md b/examples/blog/README.md index 32934f6ef..3fa19109c 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template blog ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/blog) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/component/README.md b/examples/component/README.md index 91540eae4..7675f5f7f 100644 --- a/examples/component/README.md +++ b/examples/component/README.md @@ -7,6 +7,7 @@ npm create astro@latest -- --template component ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/non-html-pages) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/non-html-pages) ## 🚀 Project Structure diff --git a/examples/deno/README.md b/examples/deno/README.md index 9a7d7da61..99ef50b59 100644 --- a/examples/deno/README.md +++ b/examples/deno/README.md @@ -1,6 +1,7 @@ # Welcome to [Astro](https://astro.build) -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/deno) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/deno) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/docs/README.md b/examples/docs/README.md index 68bed033c..810bdfa84 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template docs ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/docs)  diff --git a/examples/framework-alpine/README.md b/examples/framework-alpine/README.md index b87682b77..559aa0ebd 100644 --- a/examples/framework-alpine/README.md +++ b/examples/framework-alpine/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template framework-alpine ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-alpine) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-alpine) This example showcases Astro working with [AlpineJS](https://alpinejs.dev/). diff --git a/examples/framework-lit/README.md b/examples/framework-lit/README.md index 5f84b5db5..c1dfebbd2 100644 --- a/examples/framework-lit/README.md +++ b/examples/framework-lit/README.md @@ -5,5 +5,6 @@ npm create astro@latest -- --template framework-lit ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-lit) This example showcases Astro working with [Lit](https://lit.dev/).
\ No newline at end of file diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md index dc3e6d3de..89efd74ae 100644 --- a/examples/framework-multiple/README.md +++ b/examples/framework-multiple/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template framework-multiple ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-multiple) 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/)). diff --git a/examples/framework-preact/README.md b/examples/framework-preact/README.md index 2ba528e71..9adc4881c 100644 --- a/examples/framework-preact/README.md +++ b/examples/framework-preact/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template framework-preact ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-preact) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-preact) This example showcases Astro working with [Preact](https://preactjs.com). diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md index 1bcf52dcb..0df421989 100644 --- a/examples/framework-react/README.md +++ b/examples/framework-react/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template framework-react ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-react) This example showcases Astro working with [React](https://reactjs.org/). diff --git a/examples/framework-solid/README.md b/examples/framework-solid/README.md index 932ef0699..b68f558cf 100644 --- a/examples/framework-solid/README.md +++ b/examples/framework-solid/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template framework-solid ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-solid) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-solid) This example showcases Astro working with [Solid](https://www.solidjs.com/). diff --git a/examples/framework-svelte/README.md b/examples/framework-svelte/README.md index 6ef399f48..4b873b0dd 100644 --- a/examples/framework-svelte/README.md +++ b/examples/framework-svelte/README.md @@ -5,5 +5,6 @@ npm create astro@latest -- --template framework-svelte ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-svelte) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-svelte) This example showcases Astro working with [Svelte](https://svelte.dev/). diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md index 34761e72f..40c39838f 100644 --- a/examples/framework-vue/README.md +++ b/examples/framework-vue/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template framework-vue ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-vue) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-vue) This example showcases Astro working with [Vue](https://v3.vuejs.org/). diff --git a/examples/hackernews/README.md b/examples/hackernews/README.md index aeb16745a..718369e87 100644 --- a/examples/hackernews/README.md +++ b/examples/hackernews/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template hackernews ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/hackernews) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/hackernews) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/integration/README.md b/examples/integration/README.md index 6d0c85462..eeeb5afa5 100644 --- a/examples/integration/README.md +++ b/examples/integration/README.md @@ -7,6 +7,7 @@ npm create astro@latest -- --template integration ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integration) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/integration) ## 🚀 Project Structure diff --git a/examples/minimal/README.md b/examples/minimal/README.md index da4f712f6..097699e77 100644 --- a/examples/minimal/README.md +++ b/examples/minimal/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template minimal ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/minimal) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/non-html-pages/README.md b/examples/non-html-pages/README.md index 8419813db..d8d77463b 100644 --- a/examples/non-html-pages/README.md +++ b/examples/non-html-pages/README.md @@ -9,6 +9,7 @@ npm create astro@latest -- --template non-html-pages ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/non-html-pages) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/non-html-pages) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 68d211132..8e714f300 100644 --- a/examples/portfolio/README.md +++ b/examples/portfolio/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template portfolio ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/portfolio) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/with-markdown-plugins/README.md b/examples/with-markdown-plugins/README.md index 2d0b359bd..83d12f3f4 100644 --- a/examples/with-markdown-plugins/README.md +++ b/examples/with-markdown-plugins/README.md @@ -5,5 +5,6 @@ npm create astro@latest -- --template with-markdown-plugins ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-plugins) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-markdown-plugins) This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/) with additional, user-provided plugins. diff --git a/examples/with-markdown-shiki/README.md b/examples/with-markdown-shiki/README.md index 83596fa5f..b22ad2ac5 100644 --- a/examples/with-markdown-shiki/README.md +++ b/examples/with-markdown-shiki/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template with-markdown-shiki ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-shiki) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-markdown-shiki) This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/). diff --git a/examples/with-mdx/README.md b/examples/with-mdx/README.md index 8930cd95f..49ddf947a 100644 --- a/examples/with-mdx/README.md +++ b/examples/with-mdx/README.md @@ -5,5 +5,6 @@ npm create astro@latest -- --template with-mdx ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-mdx) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-mdx) This example showcases using [`@astrojs/mdx`](https://www.npmjs.com/package/@astrojs/mdx) to author content using [MDX](https://mdxjs.com/). diff --git a/examples/with-nanostores/README.md b/examples/with-nanostores/README.md index c8851fad1..9297bb608 100644 --- a/examples/with-nanostores/README.md +++ b/examples/with-nanostores/README.md @@ -5,5 +5,6 @@ npm create astro@latest -- --template with-nanostores ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-nanostores) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-nanostores) This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components of any framework. [**Read our documentation on sharing state**](https://docs.astro.build/en/core-concepts/sharing-state/) for a complete breakdown of this project, along with guides to use React, Vue, Svelte, or Solid! diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index 896727736..afa665b75 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template with-tailwindcss ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-tailwindcss) Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind. diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md index 4b5d54f95..7abd4e9ea 100644 --- a/examples/with-vite-plugin-pwa/README.md +++ b/examples/with-vite-plugin-pwa/README.md @@ -5,6 +5,7 @@ npm create astro@latest -- --template with-vite-plugin-pwa ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/with-vitest/README.md b/examples/with-vitest/README.md index 97a375dda..94b63ee4e 100644 --- a/examples/with-vitest/README.md +++ b/examples/with-vitest/README.md @@ -5,5 +5,6 @@ npm create astro@latest -- --template with-vitest ``` [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vitest) +[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-vitest) This example showcases Astro working with [Vitest](https://vitest.dev/). |