astro/examples
Nate Moore 325e8cba2d
Improve docs theme (#717)
* Revert "Revert "New getting started guide (#715)""

This reverts commit dc4ba25b01.

* style: update docs theme

* style: implement feedback

* feat: remove FOUC

* Update docs/src/pages/404.astro

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>

* Fix 404 title prop

* chore: implement feedback

* fix: ul, ol styles

* fix: center logo on mobile

* fix: improve navbar header contrast

* fix: improve logo overlap

* fix: `.nav-link` radius

* fix: small mobile tweaks

* feat: improve nav styles

* feat: improve embed styles

* fix: feedback items

* fix: make header sticky on mobile

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-19 19:36:09 -05:00
..
blog fix: fixes prop href of author component in example blog, was url (#734) 2021-07-18 00:54:31 -05:00
blog-multiple-authors Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
docs Improve docs theme (#717) 2021-07-19 19:36:09 -05:00
framework-lit Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
framework-multiple Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-preact Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-react Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-svelte Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-vue Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
portfolio Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
snowpack Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
starter Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-markdown Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-markdown-plugins Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
with-nanostores Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-tailwindcss changed init example to correct template name (#744) 2021-07-18 17:24:21 -05:00
README.md New getting started guide 2021-07-16 13:39:59 -04: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 init astro --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm init astro to check out any community examples:

npm init astro --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm init astro --template [GITHUB_USER]/[REPO_NAME]/path/to/example