Enhance: README
This commit is contained in:
@@ -51,3 +51,25 @@ nix develop
|
|||||||
pg_ctl -D postgres-data-nix stop
|
pg_ctl -D postgres-data-nix stop
|
||||||
exit
|
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
|
||||||
|
サーバー作成と同様
|
||||||
Reference in New Issue
Block a user