Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/en/install-and-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Prefer to try Astro in your browser? Visit [astro.new](https://astro.new/) to br

## Prerequisites

- **Node.js** - `v18.20.8` or `v20.3.0`, `v22.0.0` or higher. ( `v19` and `v21` are not supported.)
- **Node.js** - `v18.20.8` or `v20.3.0`, `v22.0.0` or higher. (`v19` and `v21` are not supported.)
- **Text editor** - We recommend [VS Code](https://code.visualstudio.com/) with our [Official Astro extension](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode).
- **Terminal** - Astro is accessed through its command-line interface (CLI).

Expand Down Expand Up @@ -88,7 +88,7 @@ You can run `create astro` anywhere on your machine, so there's no need to creat

You can run the `create astro` command with additional flags to customize the setup process (e.g. answering "yes" to all questions, skipping the Houston animation) or your new project (e.g. install git or not, add integrations).

<ReadMore>See [all the available `create astro` command flags](https://github.com/withastro/astro/blob/main/packages/create-astro/README.md)</ReadMore>
<ReadMore>See [all the available `create astro` command flags](https://github.com/withastro/astro/blob/main/packages/create-astro/README.md).</ReadMore>

### Add integrations

Expand Down Expand Up @@ -288,7 +288,7 @@ If you prefer not to use our automatic `create astro` CLI tool, you can set up y

If you want to include [UI framework components](/en/guides/framework-components/) such as React, Svelte, etc. or use other tools such as MDX or Partytown in your project, here is where you will [manually import and configure integrations](/en/guides/integrations-guide/).

Read Astro's [API configuration reference](/en/reference/configuration-reference/) for more information.
<ReadMore>Read Astro's [API configuration reference](/en/reference/configuration-reference/) for more information.</ReadMore>

6. Add TypeScript support

Expand All @@ -304,7 +304,7 @@ If you prefer not to use our automatic `create astro` CLI tool, you can set up y
}
```

Read Astro's [TypeScript setup guide](/en/guides/typescript/#setup) for more information.
<ReadMore>Read Astro's [TypeScript setup guide](/en/guides/typescript/#setup) for more information.</ReadMore>

7. Next Steps

Expand Down