Thanks for your interest!
npm install
npm run start:web # Web 版を 8080 で起動
npm run start:electron # Electron 版を起動main… 安定版feat/*… 新機能fix/*… バグ修正docs/*… ドキュメントのみ
- 1 PR 1 機能。差分が大きい場合は分割を歓迎。
- commit message は Conventional Commits 形式(
feat:,fix:,docs:,chore:,ci:等)を推奨。