東大キャンパスマップ。
git clone [email protected]:ut-code/komabanavi.git
cd komabanavi
npm install
npm run dev # http://localhost:8080 でプレビュー
# フォーマット
npm run format
# ビルド
npm run build
-
main(または master): 安定版
-
develop : 開発用
-
各機能の作業用ブランチ: feature/◯◯ や fix/◯◯
- 例: feat: ログイン機能を追加, fix: ボタンのバグ修正
-
プルリクエストを出して、少なくとも1人レビューしてからマージ
-
直接 main に push はしない(できなくしてある)