0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
Jacob Lamb 53f1c95717
Fix: update doc links (#9804)
* Fix: update doc links

* More links

* Remove docs line
2024-01-25 10:18:06 +00:00
..
basics [ci] release (#9785) 2024-01-23 19:27:10 -05:00
blog [ci] release (#9785) 2024-01-23 19:27:10 -05:00
component deps: bump peer deps to 4.0 (#9799) 2024-01-24 13:23:48 +08:00
framework-alpine [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-lit [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-multiple [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-preact [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-react [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-solid [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-svelte [ci] release (#9785) 2024-01-23 19:27:10 -05:00
framework-vue [ci] release (#9785) 2024-01-23 19:27:10 -05:00
hackernews [ci] release (#9785) 2024-01-23 19:27:10 -05:00
integration deps: bump peer deps to 4.0 (#9799) 2024-01-24 13:23:48 +08:00
middleware [ci] release (#9785) 2024-01-23 19:27:10 -05:00
minimal [ci] release (#9785) 2024-01-23 19:27:10 -05:00
non-html-pages [ci] release (#9785) 2024-01-23 19:27:10 -05:00
portfolio [ci] release (#9785) 2024-01-23 19:27:10 -05:00
ssr [ci] release (#9785) 2024-01-23 19:27:10 -05:00
starlog [ci] release (#9785) 2024-01-23 19:27:10 -05:00
view-transitions [ci] release (#9785) 2024-01-23 19:27:10 -05:00
with-markdoc Fix: update doc links (#9804) 2024-01-25 10:18:06 +00:00
with-markdown-plugins [ci] release (#9785) 2024-01-23 19:27:10 -05:00
with-markdown-shiki [ci] release (#9785) 2024-01-23 19:27:10 -05:00
with-mdx [ci] release (#9785) 2024-01-23 19:27:10 -05:00
with-nanostores [ci] release (#9785) 2024-01-23 19:27:10 -05:00
with-tailwindcss [ci] release (#9785) 2024-01-23 19:27:10 -05:00
with-vitest [ci] release (#9785) 2024-01-23 19:27:10 -05: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