2022-05-04 00:06:04 +00:00
|
|
|
|
<p align="center">
|
2022-05-04 18:24:00 +00:00
|
|
|
|
<img src="assets/social/banner-minimal.png" alt="Astro logo">
|
2022-05-04 00:06:04 +00:00
|
|
|
|
<br/><br/>
|
|
|
|
|
<a href="https://astro.build">Astro</a> is a website build tool for the modern web —
|
|
|
|
|
<br/>
|
|
|
|
|
powerful developer experience meets lightweight output.
|
|
|
|
|
<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 [offical 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 maintainers. We'll help you get your first contribution in no time!
|
|
|
|
|
|
|
|
|
|
## Directory
|
|
|
|
|
|
|
|
|
|
| Package | Release Notes |
|
|
|
|
|
| ------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
| [astro](packages/astro) | [![astro version](https://img.shields.io/npm/v/astro.svg?label=%20)](packages/astro/CHANGELOG.md) |
|
|
|
|
|
| [create-astro](packages/create-astro) | [![create-astro version](https://img.shields.io/npm/v/create-astro.svg?label=%20)](packages/create-astro/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/react](packages/integrations/react) | [![astro version](https://img.shields.io/npm/v/@astrojs/react.svg?label=%20)](packages/integrations/react/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/preact](packages/integrations/preact) | [![astro version](https://img.shields.io/npm/v/@astrojs/preact.svg?label=%20)](packages/integrations/preact/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/solid-js](packages/integrations/solid-js) | [![astro version](https://img.shields.io/npm/v/@astrojs/solid-js.svg?label=%20)](packages/integrations/solid-js/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/svelte](packages/integrations/svelte) | [![astro version](https://img.shields.io/npm/v/@astrojs/svelte.svg?label=%20)](packages/integrations/svelte/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/vue](packages/integrations/vue) | [![astro version](https://img.shields.io/npm/v/@astrojs/vue.svg?label=%20)](packages/integrations/vue/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/lit](packages/integrations/lit) | [![astro version](https://img.shields.io/npm/v/@astrojs/lit.svg?label=%20)](packages/integrations/lit/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/deno](packages/integrations/deno) | [![astro version](https://img.shields.io/npm/v/@astrojs/deno.svg?label=%20)](packages/integrations/deno/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/netlify](packages/integrations/netlify) | [![astro version](https://img.shields.io/npm/v/@astrojs/netlify.svg?label=%20)](packages/integrations/netlify/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/vercel](packages/integrations/vercel) | [![astro version](https://img.shields.io/npm/v/@astrojs/vercel.svg?label=%20)](packages/integrations/vercel/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/partytown](packages/integrations/partytown) | [![astro version](https://img.shields.io/npm/v/@astrojs/partytown.svg?label=%20)](packages/integrations/partytown/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/sitemap](packages/integrations/sitemap) | [![astro version](https://img.shields.io/npm/v/@astrojs/sitemap.svg?label=%20)](packages/integrations/sitemap/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/tailwind](packages/integrations/tailwind) | [![astro version](https://img.shields.io/npm/v/@astrojs/tailwind.svg?label=%20)](packages/integrations/tailwind/CHANGELOG.md) |
|
|
|
|
|
| [@astrojs/turbolinks](packages/integrations/turbolinks) | [![astro version](https://img.shields.io/npm/v/@astrojs/turbolinks.svg?label=%20)](packages/integrations/turbolinks/CHANGELOG.md) |
|
|
|
|
|
|
|
|
|
|
Several official projects are maintained outside of this repo:
|
|
|
|
|
|
|
|
|
|
| Project | Repository |
|
|
|
|
|
| ------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
|
|
|
| [@astrojs/compiler](packages/integrations/compiler) | [withastro/compiler](https://github.com/withastro/compiler) |
|
|
|
|
|
| [Astro Language Tools](https://github.com/withastro/language-tools) | [withastro/language-tools](https://github.com/withastro/language-tools) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
|
|
- [License (MIT)](LICENSE)
|
|
|
|
|
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
|
|
|
|
- [Open Governance & Voting](GOVERNANCE.md)
|
|
|
|
|
- [Project Funding](FUNDING.md)
|
|
|
|
|
- [Website](https://astro.build/)
|
|
|
|
|
|
|
|
|
|
## Sponsors
|
|
|
|
|
|
|
|
|
|
Astro is generously supported by Netlify, Vercel, and several other amazing organizations.
|
|
|
|
|
|
|
|
|
|
[❤️ Sponsor Astro! ❤️](FUNDING.md)
|
|
|
|
|
|
|
|
|
|
### Platinum Sponsors
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center"><a href="https://www.netlify.com/#gh-light-mode-only" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify.svg#gh-light-mode-only" alt="Netlify" /></a><a href="https://www.netlify.com/#gh-dark-mode-only" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify-dark.svg#gh-dark-mode-only" alt="Netlify" />
|
|
|
|
|
</a></td>
|
|
|
|
|
<td align="center"><a href="https://www.vercel.com/#gh-light-mode-only" target="_blank"><img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel.svg#gh-light-mode-only" alt="Vercel" /></a><a href="https://www.vercel.com/#gh-dark-mode-only"><img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel-dark.svg#gh-dark-mode-only" alt="Vercel" />
|
|
|
|
|
</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Gold Sponsors
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<a href="https://divRIOTS.com#gh-light-mode-only" target="_blank">
|
|
|
|
|
<img width="150" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/divriots.svg#gh-light-mode-only" alt="‹div›RIOTS" />
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://divRIOTS.com#gh-dark-mode-only" target="_blank">
|
|
|
|
|
<img width="150" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/divriots-dark.svg#gh-dark-mode-only" alt="‹div›RIOTS" />
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<a href="https://stackupdigital.co.uk/#gh-light-mode-only" target="_blank">
|
|
|
|
|
<img width="162" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/stackup.svg#gh-light-mode-only" alt="StackUp Digital" />
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://stackupdigital.co.uk/#gh-dark-mode-only" target="_blank">
|
|
|
|
|
<img width="130" height="32" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/stackup-dark.svg#gh-dark-mode-only" alt="StackUp Digital" />
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Sponsors
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center"><a href="https://sentry.io" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/sentry.svg" alt="Sentry" /></a></td><td align="center"><a href="https://qoddi.com" target="_blank"><img width="147" height="40" src="https://devcenter.qoddi.com/wp-content/uploads/2021/11/blog-transparent-logo-1.png" alt="Qoddi App Platform" /></a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|