[ja] Enhance Readability with Markdown Formatting Improvements
parent
6641c0393b
commit
0647c1a4ed
|
@ -64,11 +64,14 @@ make container-serve
|
||||||
ローカルで依存関係をインストールし、サイトを構築してテストするには、次のコマンドを実行します。
|
ローカルで依存関係をインストールし、サイトを構築してテストするには、次のコマンドを実行します。
|
||||||
|
|
||||||
- For macOS and Linux
|
- For macOS and Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm ci
|
npm ci
|
||||||
make serve
|
make serve
|
||||||
```
|
```
|
||||||
|
|
||||||
- For Windows (PowerShell)
|
- For Windows (PowerShell)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
npm ci
|
npm ci
|
||||||
hugo.exe server --buildFuture --environment development
|
hugo.exe server --buildFuture --environment development
|
||||||
|
|
Loading…
Reference in New Issue