Skip to content

Commit

Permalink
Update page title and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeway committed Jan 12, 2024
1 parent 9b55925 commit 989ba4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# BikeFestival17th-Frontend

## 開發流程
### branch
- `main`: 主要分支,用來部署
- `xxx`: 各自開發分支,開發完成後合併到 `main`
> 例如:`jason` , `jimmy` , `jerry` ... ( 自己的代號 )<br>
> **請勿直接在 `main` 上開發**
### dependencies
- `npm` or `yarn`

Expand All @@ -17,16 +11,19 @@ cd BikeFestival17th-Frontend
yarn install
yarn dev
```
### 開 branch

### branch
- `main`: 主要分支,用來部署
- `xxx`: 各自開發分支,開發完成後合併到 `main`
> 例如:`jason` , `jimmy` , `jerry` ... ( 自己的代號 ),**請勿直接在 `main` 上開發**
- 開 branch
```bash
git checkout -b <branch-name> # 這邊 <branch-name> 就直接用自己的名字
```
> 目前有設好 Github Action,會自動部署 `main` 的內容到 `gh-pages` 分支
## 合併流程
看習慣使用 :
- pull request
- 在 local merge 完 push 回 origin
- 在自己的 branch 開發完 push 回 origin
- 開一個 Pull Request,如果只是一些小小的改動可以自己直接 merge 到 main。如果是較大的改動要給其他成員 code review 的話就在 discord 通知一聲,沒問題的話就再 merge。


> 看自己習慣使用哪種方式 <br>
> 目前有設好 Github Action ~ <br>
> 會自動部署 `main` 的內容到 `gh-pages` 分支
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/bike.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>成大單車節</title>
<title>成大單車節 2024</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 989ba4a

Please sign in to comment.