開発環境のセットアップメモ

astro

インストール

Node.jsを入れて、依存をインストールします。

Terminal window
npm install
npm run dev

これで http://localhost:4321 で開発サーバーが立ち上がります。