0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
Chris Swithinbank 3a144b1a69
Update examples for v5 (#12588)
* Revert "chore: downgrade examples to not use beta releases (#12557)"

This reverts commit 6031962ab5.

* Update blog template for new content collections

* Update portfolio template for new content collections

* Update starlog template for new content collections
2024-12-03 11:00:43 +01:00
..
basics Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
blog Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
component Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
container-with-vitest [ci] release (beta) (#12534) 2024-11-27 14:34:47 +00:00
framework-alpine Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
framework-multiple Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
framework-preact Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
framework-react Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
framework-solid Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
framework-svelte Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
framework-vue Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
hackernews Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
integration Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
minimal Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
portfolio Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
ssr Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
starlog Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
toolbar-app Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
with-markdoc Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
with-mdx Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
with-nanostores Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
with-tailwindcss Update examples for v5 (#12588) 2024-12-03 11:00:43 +01:00
with-vitest [ci] release (beta) (#12534) 2024-11-27 14:34:47 +00:00
README.md Fix: lang unspecified code blocks (#8461) 2023-09-11 12:45:21 +01: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