Skip to content

Commit

Permalink
Merge pull request #10 from DaigakuNakayoshi/fix-changing-sample-url
Browse files Browse the repository at this point in the history
READMEにサンプルページへのアクセス方法を追記しました
  • Loading branch information
yasuafro authored Feb 5, 2025
2 parents 2047d99 + 4aa04d8 commit a8b7841
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,24 @@ bun run preview
```sh
bun run check
```

## サンプルページの閲覧方法

サーバーを立ち上げる

```sh
bun run dev
```

### CLI画面にてオプション入力の表示が出るため、下記を選択することでWebページが開く

```sh
h(helpの表示)
o(Web画面への遷移)
```

### ブラウザ(e.g. Chrome)に遷移するため、下記URLを指定

```sh
http://localhost:4173/samples/
```

0 comments on commit a8b7841

Please sign in to comment.