This commit is contained in:
dsyoon
2025-12-27 15:02:23 +09:00
parent 7b7e82873e
commit d68f3d03db
3 changed files with 25 additions and 11 deletions

View File

@@ -81,6 +81,13 @@ npm run dev # 개발 서버 (http://localhost:5173)
| marked 5 | Markdown → HTML 변환 |
| tesseract.js| 이미지 OCR |
## 재빌드
```bash
npm run build
npm run preview # http://localhost:4173
```
## 빌드 & 미리보기
```bash
nvm use 20
@@ -88,12 +95,6 @@ npm ci # (처음/의존성 변경 시 권장) 이미 설치돼 있으면 npm
npm run build
```
## 재빌드
```bash
npm run build
npm run preview # http://localhost:4173
```
## 프로덕션 배포 (Apache)
이 프로젝트는 기본적으로 API 호출을 `API_BASE_URL` 기준으로 수행합니다.