61ac5c9eaa
* chore(astro): update readme * Update packages/astro/README.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
<br/>
|
|
<p align="center">
|
|
<img src="../../.github/assets/banner.png" alt="Build the web you want">
|
|
<br/><br/>
|
|
<a href="https://astro.build">Astro</a> is the all-in-one web framework designed for speed.
|
|
<br/>
|
|
Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.
|
|
<br/><br/>
|
|
</p>
|
|
|
|
## Install
|
|
|
|
```bash
|
|
# Recommended!
|
|
npm create astro@latest
|
|
|
|
# Manual:
|
|
npm install --save-dev astro
|
|
```
|
|
|
|
Looking for help? Start with our [Getting Started](https://docs.astro.build/en/getting-started/) guide.
|
|
|
|
Looking for quick examples? [Open a starter project](https://astro.new/) right in your browser.
|
|
|
|
## Documentation
|
|
|
|
Visit our [official documentation](https://docs.astro.build/).
|
|
|
|
## Support
|
|
|
|
Having trouble? Get help in the official [Astro Discord](https://astro.build/chat).
|
|
|
|
## Contributing
|
|
|
|
**New contributors welcome!** Check out our [Contributors Guide](/CONTRIBUTING.md) for help getting started.
|
|
|
|
Join us on [Discord](https://astro.build/chat) to meet other contributors. We'll help you get your first contribution in no time!
|
|
|
|
## Sponsors
|
|
|
|
Astro is generously supported by [Vercel](https://vercel.com/), [storyblok](https://storyblok.com/), and several other amazing organizations [listed here.](https://opencollective.com/astrodotbuild)
|
|
|
|
[❤️ Sponsor Astro! ❤️](https://github.com/withastro/.github/blob/main/FUNDING.md)
|