Skip to content

Commit

Permalink
Merge pull request #11 from DaigakuNakayoshi/fix-changing-how-to-clone
Browse files Browse the repository at this point in the history
READMEへ環境構築に必要なClone方法を追記
  • Loading branch information
Utame authored Feb 5, 2025
2 parents a8b7841 + 66ccf5b commit 354a306
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 [email protected]:DaigakuNakayoshi/travelhelperkun-front.git
```

### 開発環境へ移動

```sh
cd travelhelperkun-front
```

### dev サーバー起動

```sh
Expand Down

0 comments on commit 354a306

Please sign in to comment.