Astro Getting Started
Astro Getting Started
Astro Getting Started
<h2>What is Astro?</h2>
## Key Features
Get a new Astro project up and running locally with our helpful `create astro` CLI
wizard!
<PackageManagerTabs>
<Fragment slot="npm">
```shell
# create a new project with npm
npm create astro@latest
```
</Fragment>
<Fragment slot="pnpm">
```shell
# create a new project with pnpm
pnpm create astro@latest
```
</Fragment>
<Fragment slot="yarn">
```shell
# create a new project with yarn
yarn create astro
```
</Fragment>
</PackageManagerTabs>
## Learn Astro
See examples of some of the key concepts and patterns of an Astro site!
*... find our full API documentation under the **Reference** tab.*
## Extend Astro
🧰 Customize your site with official and community [plugins and components]
(https://astro.build/integrations/).
## What's New?
[Astro Blog](https://astro.build/blog/)
[Astro changelog](https://github.com/withastro/astro/blob/main/packages/astro/
CHANGELOG.md)
<TranslatorList githubRepo="withastro/docs">
{/* Turn this HTML heading into a Markdown h2 — ## — when translating this page.
*/}
<h2>Translate</h2>
These docs translations are brought to you by all these amazing people. [Help us
with translations!](https://github.com/withastro/docs/blob/main/contributor-
guides/translating-astro-docs.md)
</TranslatorList>
## Contribute
These docs are brought to you by all these helpful people. [Join us on GitHub!]
(https://github.com/withastro/docs)