GitHubスライド | slidict.io

EN | JA

i

Install

withastro
withastro
Last updated: 2026/02/06
読む時間: 04:03

共有

コード

01

Install

The *recommended* way to install the latest version of Astro is by running the command below:

[,bash]
----
npm create astro@latest
----

You can also install Astro *manually* by running this command instead:

[,bash]
----
npm install --save-dev astro
----

Looking for help? Start with our https://docs.astro.build/en/getting-started/[Getting Started] guide.

Looking for quick examples? https://astro.new/[Open a starter project] right in your browser.

02

Documentation

Visit our https://docs.astro.build/[official documentation].

03

Support

Having trouble? Get help in the official https://astro.build/chat[Astro Discord].

04

Contributing

*New contributors welcome!* Check out our xref:CONTRIBUTING.adoc[Contributors Guide] for help getting started.

Join us on https://astro.build/chat[Discord] to meet other maintainers. We'll help you get your first contribution in no time!

05

Directory

|===
| Package | Release Notes

| link:packages/astro[astro]
| xref:packages/astro/CHANGELOG.adoc[image:https://img.shields.io/npm/v/astro.svg?label=%20[astro version\]]

| link:packages/create-astro[create-astro]
| xref:packages/create-astro/CHANGELOG.adoc[image:https://img.shields.io/npm/v/create-astro.svg?label=%20[create-astro version\]]

| link:packages/integrations/react[@astrojs/react]
| xref:packages/integrations/react/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/react.svg?label=%20[@astrojs/react version\]]

| link:packages/integrations/preact[@astrojs/preact]
| xref:packages/integrations/preact/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/preact.svg?label=%20[@astrojs/preact version\]]

| link:packages/integrations/solid[@astrojs/solid-js]
| xref:packages/integrations/solid/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/solid-js.svg?label=%20[@astrojs/solid version\]]

| link:packages/integrations/svelte[@astrojs/svelte]
| xref:packages/integrations/svelte/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/svelte.svg?label=%20[@astrojs/svelte version\]]

| link:packages/integrations/vue[@astrojs/vue]
| xref:packages/integrations/vue/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/vue.svg?label=%20[@astrojs/vue version\]]

| link:packages/integrations/node[@astrojs/node]
| xref:packages/integrations/node/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/node.svg?label=%20[@astrojs/node version\]]

| link:packages/integrations/vercel[@astrojs/vercel]
| xref:packages/integrations/vercel/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/vercel.svg?label=%20[@astrojs/vercel version\]]

| link:packages/integrations/cloudflare[@astrojs/cloudflare]
| xref:packages/integrations/cloudflare/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/cloudflare.svg?label=%20[@astrojs/cloudflare version\]]

| link:packages/integrations/partytown[@astrojs/partytown]
| xref:packages/integrations/partytown/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/partytown.svg?label=%20[@astrojs/partytown version\]]

| link:packages/integrations/sitemap[@astrojs/sitemap]
| xref:packages/integrations/sitemap/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/sitemap.svg?label=%20[@astrojs/sitemap version\]]

| link:packages/integrations/alpinejs[@astrojs/alpinejs]
| xref:packages/integrations/alpinejs/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/alpinejs.svg?label=%20[@astrojs/alpinejs version\]]

| link:packages/integrations/mdx[@astrojs/mdx]
| xref:packages/integrations/mdx/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/mdx.svg?label=%20[@astrojs/mdx version\]]

| link:packages/db[@astrojs/db]
| xref:packages/db/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/db.svg?label=%20[@astrojs/db version\]]

| link:packages/astro-rss[@astrojs/rss]
| xref:packages/astro-rss/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/rss.svg?label=%20[@astrojs/rss version\]]

| link:packages/integrations/netlify[@astrojs/netlify]
| xref:packages/integrations/netlify/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/netlify.svg?label=%20[@astrojs/netlify version\]]

| link:packages/language-tools/astro-check[@astrojs/check]
| xref:packages/language-tools/astro-check/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/check.svg?label=%20[astro-check version\]]

| link:packages/language-tools/language-server[@astrojs/language-server]
| xref:packages/language-tools/language-server/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/language-server.svg?label=%20[@astrojs/language-server version\]]

| link:packages/language-tools/ts-plugin[@astrojs/ts-plugin]
| xref:packages/language-tools/ts-plugin/CHANGELOG.adoc[image:https://img.shields.io/npm/v/@astrojs/ts-plugin.svg?label=%20[@astrojs/ts-plugin version\]]

| link:packages/language-tools/vscode[astro-vscode]
| xref:packages/language-tools/vscode/CHANGELOG.adoc[image:https://img.shields.io/npm/v/astro-vscode.svg?label=%20[astro-vscode version\]]
|===

image::https://bestpractices.coreinfrastructure.org/projects/6178/badge[CII Best Practices,link=https://bestpractices.coreinfrastructure.org/projects/6178]

Several official projects are maintained outside of this repo:

|===
| Project | Repository

| https://github.com/withastro/compiler[@astrojs/compiler]
| https://github.com/withastro/compiler[withastro/compiler]

| https://github.com/withastro/starlight[Starlight]
| https://github.com/withastro/starlight[withastro/starlight]
|===

06

Links

* link:LICENSE[License (MIT)]
* https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md[Code of Conduct]
* https://github.com/withastro/.github/blob/main/GOVERNANCE.md[Open Governance & Voting]
* https://github.com/withastro/.github/blob/main/FUNDING.md[Project Funding]
* https://astro.build/[Website]

07

Sponsors

Astro is free, open source software made possible by these wonderful sponsors.

https://github.com/withastro/.github/blob/main/FUNDING.md[❤️ Sponsor Astro! ❤️]

関連スライド

Background

スライド作成を
無料で始める

AIがあなたのスライドを自動生成。無料で、すぐに体験できます。

Loading...
1 / 9