22 lines
550 B
Markdown
22 lines
550 B
Markdown
# hmwebviewer workspace
|
|
|
|
Three.js 기반 3D viewer와 DWG/DXF 2D viewer sample을 한 저장소에서 관리합니다.
|
|
|
|
이 저장소의 구조 통합과 검증 계획은 Gitea issue #5를 기준으로 진행합니다.
|
|
|
|
## Workspace
|
|
|
|
- `@hmwebviewer/viewer-3d`: 기존 3D viewer application
|
|
- `@hmwebviewer/viewer-2d-sample`: DWG/DXF sample application
|
|
- `@hmwebviewer/viewer2d`: 재사용 가능한 DWG/DXF parser와 renderer module
|
|
|
|
## 실행
|
|
|
|
```bash
|
|
npm ci
|
|
npm run dev:2d
|
|
npm run dev:3d
|
|
```
|
|
|
|
전체 검증은 `npm run verify`로 실행합니다.
|