init
This commit is contained in:
13
README.md
13
README.md
@@ -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` 기준으로 수행합니다.
|
||||
|
||||
Reference in New Issue
Block a user