summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a53d0c6..cb923e82 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,19 @@
# SHI eVCP
+## 마이그레이션
+
+1. 마이그레이션을 위한 최소 압축
+
+```bash
+zip -r archive_$(date +%Y%m%d_%H%M%S).zip . -x "node_modules/*" "public/*" ".next/*" ".git/*"
+```
+
+2. 전체 압축
+
+```bash
+zip -r archive_$(date +%Y%m%d_%H%M%S).zip . -x ".git/*"
+```
+
## 실행
1. 종속성 설치 `npm i`