docs: update deployment notes

This commit is contained in:
dsyoon
2026-01-17 20:10:47 +09:00
parent 4398f2929b
commit de23ffa767

View File

@@ -83,6 +83,8 @@ npm run dev # 개발 서버 (http://localhost:5173)
## 재빌드
```bash
nvm use 20
npm ci # (처음/의존성 변경 시 권장) 이미 설치돼 있으면 npm install도 OK
npm run build
npm run preview # http://localhost:4173
```