Skip to content

Commit

Permalink
環境構築の方法を詳細化
Browse files Browse the repository at this point in the history
  • Loading branch information
Utame committed Feb 5, 2025
1 parent 2047d99 commit 2b0d2cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ https://bun.sh/docs/installation
bun install
```

### git の clone

```sh
git clone https://github.com/DaigakuNakayoshi/travelhelperkun-front.git
```

### 開発環境へ移動

```sh
cd travelhelperkun-front
```

### dev サーバー起動

```sh
Expand Down

0 comments on commit 2b0d2cd

Please sign in to comment.