Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

gKokasai/panel.kokasai.com

Repository files navigation

panel.kokasai.com

工華祭 学内向けサイト

開発

コマンド

依存関係の導入

yarn install

テストサーバーの起動

yarn start:dev # API_Server: dev-api.kokasai.com

yarn start:local # API_Server: localhost:8080

ビルド

yarn build:product # 本番環境

yarn build:dev # テスト環境

依存関係の更新

yarn pack:update:check # 確認のみ

yarn pack:update:apply # 適用

package.json の整理

yarn pack:sort

コミットについて

コミットメッセージテンプレート

<種類>: <簡単な説明>

種類

  • feat: 機能の追加
  • fix: バグ修正
  • fix-ui CSSの変更・コンポーネントの修正
  • docs: ドキュメントの変更
  • style: 処理を変えていないコードの修正 (コードフォーマット等)
  • refactor: バグ修正や機能追加を行わないコードの修正
  • perf: パフォーマンスの改善
  • test: テストの追加・修正
  • chore: ライブラリの更新等の雑務