-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from DaigakuNakayoshi/takatea-patch-1
クローンが先なので順番変えた
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
## 開発環境構築 | ||
|
||
### リポジトリをクローンする | ||
|
||
```sh | ||
git clone [email protected]:DaigakuNakayoshi/travelhelperkun-front.git | ||
``` | ||
|
||
### bun のインストール | ||
|
||
https://bun.sh/docs/installation | ||
|
@@ -12,12 +18,6 @@ https://bun.sh/docs/installation | |
bun install | ||
``` | ||
|
||
### gitをcloneする | ||
|
||
```sh | ||
git clone [email protected]:DaigakuNakayoshi/travelhelperkun-front.git | ||
``` | ||
|
||
### 開発環境へ移動 | ||
|
||
```sh | ||
|