astro/packages/astro/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
1.3 KiB
Markdown
Raw Normal View History

<br/>
<p align="center">
2022-05-04 18:24:00 +00:00
<img src="../../assets/social/banner-minimal.png" alt="Astro logo">
<br/><br/>
<a href="https://astro.build">Astro</a> is a website build tool for the modern web &mdash;
<br/>
powerful developer experience meets lightweight output.
<br/><br/>
</p>
2021-08-27 18:46:41 +00:00
## Install
2021-08-27 18:46:41 +00:00
```bash
# Recommended!
npm create astro@latest
# Manual:
npm install --save-dev astro
```
2021-08-27 18:46:41 +00:00
Looking for help? Start with our [Getting Started](https://docs.astro.build/en/getting-started/) guide.
2021-08-27 18:46:41 +00:00
Looking for quick examples? [Open a starter project](https://astro.new/) right in your browser.
## Documentation
2021-08-27 18:46:41 +00:00
Visit our [offical documentation](https://docs.astro.build/).
2021-08-27 18:46:41 +00:00
## Support
Having trouble? Get help in the official [Astro Discord](https://astro.build/chat).
## Contributing
2022-07-28 12:11:37 +00:00
**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 maintainers. We'll help you get your first contribution in no time!
## Sponsors
Astro is generously supported by [Netlify](https://www.netlify.com/), [Vercel](https://vercel.com/), and several other amazing organizations [listed here.](https://astro.build/)
2021-08-27 18:46:41 +00:00
[❤️ Sponsor Astro! ❤️](https://github.com/withastro/.github/blob/main/FUNDING.md)
2021-09-17 04:24:27 +00:00