30 lines
1 KiB
Markdown
30 lines
1 KiB
Markdown
# Astroで構築されたプロジェクト
|
|
|
|
## 開発サーバー起動
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
## ビルドおよび静的エクスポート
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
生成された`dist`ディレクトリを配信することで静的サイトとして公開できます。
|
|
|
|
## Learn More
|
|
|
|
To learn more about Astro, take a look at the following resources:
|
|
|
|
- [Astro Documentation](https://docs.astro.build) - learn about Astro features and API.
|
|
- [Learn Astro](https://docs.astro.build/en/getting-started/) - an interactive Astro tutorial.
|
|
|
|
You can check out [the Astro GitHub repository](https://github.com/withastro/astro) - your feedback and contributions are welcome!
|
|
|
|
## Deploy on Vercel
|
|
|
|
The easiest way to deploy your Astro app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=astro&utm_source=create-astro-app&utm_campaign=create-astro-app-readme) from the creators of Astro.
|
|
|
|
Check out our [Astro deployment documentation](https://docs.astro.build/en/guides/deploy/) for more details.
|