98 lines
3.6 KiB
Markdown
98 lines
3.6 KiB
Markdown
<a href="https://astro.build">
|
||
<img src="https://raw.githubusercontent.com/withastro/astro/main/assets/social/banner.svg" />
|
||
</a>
|
||
|
||
<div center>
|
||
|
||
**Astro** is a new kind of static site builder for the modern web—powerful developer experience meets lightweight output.
|
||
|
||
</div>
|
||
|
||
### [🚀 Read the launch post →](https://astro.build/blog/introducing-astro)
|
||
|
||
### [📚 Learn Astro →](https://docs.astro.build/en/getting-started/)
|
||
|
||
## Project Status
|
||
|
||
⚠️ **Astro is still beta software—missing features and bugs are to be expected!** We are quickly working our way towards a stable, production-ready v1.0 release, but we are still finalizing some of Astro's APIs.
|
||
|
||
That being said, there are quite a few Astro sites in production already. We're incredibly grateful to everyone who has made an early bet on Astro!
|
||
|
||
## Quick Start
|
||
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<img width="441" height="1px">
|
||
<strong>👾 Online</strong>
|
||
</td>
|
||
<td>
|
||
<img width="441" height="1px">
|
||
<strong>📦 Local</strong>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
|
||
Try Astro in your browser!
|
||
|
||
[Launch astro.new →](https://astro.new)
|
||
|
||
</td>
|
||
<td>
|
||
|
||
Get started with Astro using our interactive CLI!
|
||
|
||
```bash
|
||
npm init astro my-astro-project
|
||
```
|
||
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
## Sponsors
|
||
|
||
You can sponsor Astro's development on [Open Collective](https://opencollective.com/astrodotbuild). Astro is generously supported by the following companies and individuals:
|
||
|
||
### 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>
|
||
</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>
|