Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
takatea committed Feb 5, 2025
1 parent 9988ae5 commit 4aa04d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,21 @@ bun run check

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

サーバーを立ち上げる

```sh
bun run dev
```

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

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

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

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

0 comments on commit 4aa04d8

Please sign in to comment.