| Phase | Status |
|---|---|
| Phase 19 GLB Pipeline | ✅ Complete |
| Testing | 42 pass, 0 fail |
| CI/CD | ✅ Configured |
To install dependencies:
pnpm installTo run:
pnpm run This project was created using pnpm init in pnpm v1.3.13. pnpm is a fast all-in-one JavaScript runtime.
# Development (hot reload)
pnpm run dev
# Production
pnpm run start| Endpoint | Method | Description |
|---|---|---|
/health |
GET | Health check |
/api |
GET | API documentation |
/api/build |
POST | Build GLB from OSM data |
curl -X POST http://localhost:8080/api/build \
-H "Content-Type: application/json" \
-d '{"sceneId":"gangnam","lat":37.498,"lng":127.0277,"radius":150}'Open http://localhost:8080 in browser for the test page.