astro/examples
Ben Holmes 339529fc82
Markdoc asset bleed, second try (#7185)
* Revert "revert: markdoc asset bleed (#7178)"

This reverts commit 57e65d247f.

* fix: missing result param on `renderUniqueStylesheet`

* test: bundled styles (fails!)

* fix: use `type: 'external'` for links

* fix: split Astro components from markdoc config

* test: style bleed (it fails...)

* chore: remove unused util

* fix: revert entry change

* Stop traversing the graph when you encounter a propagated asset

* chore: cleanup unused `entry` prop

* refactor: add isPropagatedAssetsMod check

* chore: remove unused import

* chore: changeset

* Normalize path using vite

* Update packages/integrations/markdoc/src/index.ts

Co-authored-by: Ben Holmes <hey@bholmes.dev>

---------

Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: bholmesdev <bholmesdev@gmail.com>
Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2023-05-31 19:18:07 -04:00
..
basics Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
blog Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
component Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
deno Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
docs Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-alpine Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-lit Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-multiple Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-preact Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-react Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-solid Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-svelte Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-vue Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
hackernews Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
integration Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
middleware Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
minimal Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
non-html-pages Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
portfolio Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
ssr Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-markdoc Markdoc asset bleed, second try (#7185) 2023-05-31 19:18:07 -04:00
with-markdown-plugins Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-markdown-shiki Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-mdx Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-nanostores Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-tailwindcss Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-vite-plugin-pwa Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-vitest Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04: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