Skip to content

Commit

Permalink
Update README_ja.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eihigh authored Sep 18, 2023
1 parent d385389 commit fef8bff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ https://eihigh.github.io/wasmgame/

(とても地味なので、改善したい...)

## チュートリアル
1. 画面上部の緑色の `Use this template` ボタンをクリックし、`Create a new repository` を選択
2. 新しいリポジトリの名前を入力し、`Create repository` をクリック
3. その新しいリポジトリを `git clone` でダウンロードする
4. ダウンロードした `main.go``go.mod` のあるディレクトリに移動し、`go run ./tool build` コマンドを実行する
5. `go run ./tool serve` コマンドを実行したまま、`http://localhost:8080` をブラウザで開く
6. それらしき画面が表示されることを確かめる
7. `main.go` を好みで編集し、`go run ./tool serve` を実行したまま、別のターミナルで再度 `go run ./tool build` を実行すると、自動でブラウザがリロードされるのを確かめる
8. 以降、7. を繰り返す。

## 使い方

### テンプレートからリポジトリを作成する
Expand Down

0 comments on commit fef8bff

Please sign in to comment.