0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
Chris Swithinbank 1d43a3a6aa
Add .astro/ to .gitignore in example projects (#5841)
* Delete committed types in with-content example

* Add `.astro/` to `.gitignore` in example projects
2023-01-12 11:26:13 -05:00
..
basics Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
blog Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
component [ci] release (beta) (#5742) 2023-01-06 13:00:12 -05:00
deno [ci] release (beta) (#5742) 2023-01-06 13:00:12 -05:00
docs Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-alpine Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-lit Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-multiple Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-preact Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-react Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-solid Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-svelte Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
framework-vue Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
hackernews Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
integration [ci] release (beta) (#5742) 2023-01-06 13:00:12 -05:00
minimal Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
non-html-pages Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
portfolio Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
ssr [ci] release (beta) (#5742) 2023-01-06 13:00:12 -05:00
with-content Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-markdown-plugins Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-markdown-shiki Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-mdx Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-nanostores Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-tailwindcss Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-vite-plugin-pwa Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
with-vitest Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05: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