Enhance: README

This commit is contained in:
2026-06-03 13:01:47 +09:00
parent 97a712b166
commit e1674c8bce
+22
View File
@@ -51,3 +51,25 @@ nix develop
pg_ctl -D postgres-data-nix stop
exit
```
# 開発
## 本体
**要件**
- Node.js v24.14以上v25未満
- pnpm v10.17.0以上
```bash
# configのサンプルをコピー
# config/config.yamlをコメントに従って変更してください。
cp config/example.yaml config/config.yaml
# 依存関係のインストール
pnpm i
# 起動
# (バックエンド/フロントエンドどちらもwatchします)
pnpm run dev
```
## PostgreSQL
サーバー作成と同様