2023-12-22 08:48:12 -08:00

2023-01-21 16:06:55 +05:00
2022-05-03 17:06:04 -07:00
< p align = "center" >
2023-01-21 16:06:55 +05:00
< br / >
2022-05-03 17:06:04 -07:00
< 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 >
2023-12-08 09:02:09 +01:00
< div align = "center" >
2023-12-08 10:16:37 +01:00
2024-10-22 13:26:06 +01:00
[](https://github.com/withastro/astro/actions/workflows/ci.yml)
2023-12-08 09:02:09 +01:00
[](https://github.com/withastro/astro/blob/main/LICENSE)
[](https://badge.fury.io/js/astro)
2023-12-08 10:16:37 +01:00
2023-12-08 09:02:09 +01:00
< / div >
2022-05-03 17:06:04 -07:00
## Install
2022-12-09 01:19:52 +08:00
The **recommended** way to install the latest version of Astro is by running the command below:
2022-05-03 17:06:04 -07:00
```bash
npm create astro@latest
2022-12-09 01:19:52 +08:00
```
You can also install Astro **manually** by running this command instead:
2022-05-03 17:06:04 -07:00
2022-12-09 01:19:52 +08:00
```bash
2022-05-03 17:06:04 -07:00
npm install --save-dev astro
```
2023-06-26 11:34:13 +08:00
Looking for help? Start with our [Getting Started ](https://docs.astro.build/en/getting-started/ ) guide.
2022-05-03 17:06:04 -07:00
Looking for quick examples? [Open a starter project ](https://astro.new/ ) right in your browser.
2023-06-26 11:34:13 +08:00
2022-05-03 17:06:04 -07:00
## Documentation
2022-08-15 23:29:33 +06:00
Visit our [official documentation ](https://docs.astro.build/ ).
2022-05-03 17:06:04 -07:00
## Support
Having trouble? Get help in the official [Astro Discord ](https://astro.build/chat ).
2023-06-26 11:34:13 +08:00
2022-05-03 17:06:04 -07:00
## Contributing
2023-06-26 11:34:13 +08:00
**New contributors welcome!** Check out our [Contributors Guide ](CONTRIBUTING.md ) for help getting started.
2022-05-03 17:06:04 -07:00
Join us on [Discord ](https://astro.build/chat ) to meet other maintainers. We'll help you get your first contribution in no time!
## Directory
2024-08-09 15:49:40 +01:00
| Package | Release Notes |
2024-08-15 13:46:00 +00:00
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2024-08-09 15:49:40 +01:00
| [astro ](packages/astro ) | [](packages/astro/CHANGELOG.md) |
| [create-astro ](packages/create-astro ) | [](packages/create-astro/CHANGELOG.md) |
| [@astrojs/react ](packages/integrations/react ) | [](packages/integrations/react/CHANGELOG.md) |
| [@astrojs/preact ](packages/integrations/preact ) | [](packages/integrations/preact/CHANGELOG.md) |
| [@astrojs/solid-js ](packages/integrations/solid ) | [](packages/integrations/solid/CHANGELOG.md) |
| [@astrojs/svelte ](packages/integrations/svelte ) | [](packages/integrations/svelte/CHANGELOG.md) |
| [@astrojs/vue ](packages/integrations/vue ) | [](packages/integrations/vue/CHANGELOG.md) |
| [@astrojs/node ](packages/integrations/node ) | [](packages/integrations/node/CHANGELOG.md) |
| [@astrojs/vercel ](packages/integrations/vercel ) | [](packages/integrations/vercel/CHANGELOG.md) |
| [@astrojs/cloudflare ](https://github.com/withastro/adapters/blob/main/packages/cloudflare ) | [](https://github.com/withastro/adapters/blob/main/packages/cloudflare/CHANGELOG.md) |
| [@astrojs/partytown ](packages/integrations/partytown ) | [](packages/integrations/partytown/CHANGELOG.md) |
| [@astrojs/sitemap ](packages/integrations/sitemap ) | [](packages/integrations/sitemap/CHANGELOG.md) |
| [@astrojs/tailwind ](packages/integrations/tailwind ) | [](packages/integrations/tailwind/CHANGELOG.md) |
| [@astrojs/alpinejs ](packages/integrations/alpinejs ) | [](packages/integrations/alpinejs/CHANGELOG.md) |
| [@astrojs/mdx ](packages/integrations/mdx ) | [](packages/integrations/mdx/CHANGELOG.md) |
| [@astrojs/db ](packages/db ) | [](packages/db/CHANGELOG.md) |
2024-08-12 05:33:16 -05:00
| [@astrojs/rss ](packages/astro-rss ) | [](packages/astro-rss/CHANGELOG.md) |
2024-08-15 14:44:30 +01:00
| [@astrojs/netlify ](https://github.com/withastro/adapters/blob/main/packages/netlify ) | [](https://github.com/withastro/adapters/blob/main/packages/netlify/CHANGELOG.md) |
2022-05-03 17:06:04 -07:00
2022-08-08 10:11:00 -07:00
[](https://bestpractices.coreinfrastructure.org/projects/6178)
2022-05-03 17:06:04 -07:00
Several official projects are maintained outside of this repo:
| Project | Repository |
| ------------------------------------------------------------------- | ----------------------------------------------------------------------- |
2023-06-26 11:34:13 +08:00
| [@astrojs/compiler ](https://github.com/withastro/compiler ) | [withastro/compiler ](https://github.com/withastro/compiler ) |
2022-05-03 17:06:04 -07:00
| [Astro Language Tools ](https://github.com/withastro/language-tools ) | [withastro/language-tools ](https://github.com/withastro/language-tools ) |
## Links
- [License (MIT) ](LICENSE )
2022-07-12 17:16:08 +02:00
- [Code of Conduct ](https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md )
- [Open Governance & Voting ](https://github.com/withastro/.github/blob/main/GOVERNANCE.md )
- [Project Funding ](https://github.com/withastro/.github/blob/main/FUNDING.md )
2022-05-03 17:06:04 -07:00
- [Website ](https://astro.build/ )
## Sponsors
2023-09-06 16:27:25 -05:00
Astro is free, open source software made possible by these wonderful sponsors.
2022-05-03 17:06:04 -07:00
2022-07-12 17:16:08 +02:00
[❤️ Sponsor Astro! ❤️ ](https://github.com/withastro/.github/blob/main/FUNDING.md )
2022-05-03 17:06:04 -07:00
2022-10-04 19:16:29 +00:00
< p align = "center" >
2025-02-11 12:02:50 +00:00
< a target = "_blank" href = "https://opencollective.com/astrodotbuild" >
< img src = "https://astro.build/sponsors.png" alt = "Sponsor logos including the current Astro Sponsors, Gold Sponsors, and Exclusive Partner Sponsors: Netlify, Sentry, and Project IDX." / >
2022-10-04 19:16:29 +00:00
< / a >
< / p >