File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ mise run preview
125125mise run generate
126126```
127127
128- #### Dev Containerを用いた方法
128+ #### Dev Containerによる開発環境のセットアップ
129129
130130[ Docker] ( https://docs.docker.com/ ) を用いてWebページの仕上がりを確認できます。
131131以下の操作はDockerがインストール済み、かつDockerデーモンを起動していることが前提となります。
@@ -134,7 +134,7 @@ Visual Studio Codeにおける操作フロー例は以下の通りです。
134134
1351351 . Ctrl+Shift+Pを押してから` > Dev Containers: Reopen in Container ` を実行します。
1361362 . Webサーバーが起動したらブラウザで http://localhost:5173 にアクセスします。
137- 3 . 翻訳したファイルの変更を反映させるためにはCtrl+Shift+Bでビルドを実行します 。
137+ 3 . 翻訳したファイルの変更を反映させるためにはCtrl+Shift+Bで再ビルドしてください 。
1381384 . 体裁を確認したい場合、Ctrl+Shift+Pを押してから` > Tasks: Run task ` を実行し以下のいずれかを選択します。
139139 - ` textlint-md ` : Markdownファイルを翻訳した場合
140140 - ` textlint-html ` : Rustソースコードを翻訳した場合
You can’t perform that action at this time.
0 commit comments