mini-macau
Trilingual 3D visualization of Macau's public transit and aviation — LRT, buses, ferries, and MFM airport flights with schedule-driven simulation
파일 탐색기
최종 버전 다운로드 (.zip)- ci-triage.md
- launch.json
- action.yml
- ci.yml
- deploy.yml
- docker-release.yml
- service-status.yml
- update-ferry-schedules.yml
- update-flights-timetable.yml
- update-flights.yml
- bridge_routes.json
- bridges.json
- dsat_stops.json
- route_list.json
- routes.json
- stops.json
- bus-routes.json
- bus-stops.json
- lrt-lines.json
- stations.json
- trips-friday.json
- trips-mon_thu.json
- trips-sat_sun.json
- _check_trips.py
- _crop_helper.py
- _crop_hq_rows.py
- _ocr_batch.py
- _regenerate_bilateral.py
- _regenerate_bridge_circular.py
- _regenerate_specific.py
- _sync_taipa_dicts.py
- _win_ocr.ps1
- extract_bus_data.py
- extract_lrt_osm.py
- fetch_bridge_geometry.py
- fetch_bus_data.py
- fetch_dsat_stops.py
- fetch_ferry_schedules.py
- fetch_flights.py
- fetch_service_status.py
- generate_timetable.py
- osrm_route.py
- patch_bus_bridges.py
- patch_service_hours.py
- patch_service_hours_by_day.py
- validate_output.py
- TT_AIR_2026.jpg
- TT_AIR_2026_06.jpg
- TT_BAR_2026.jpg
- TT_BAR_2026_06.jpg
- TT_COE_2026.jpg
- TT_COE_2026_06.jpg
- TT_COW_2026.jpg
- TT_COW_2026_06.jpg
- TT_EAG_2026.jpg
- TT_EAG_2026_06.jpg
- TT_HQL_HQ_2026_03.jpg
- TT_HQL_HQ_2026_06.jpg
- TT_HQL_LOT_2026_03.jpg
- TT_HQL_LOT_2026_06.jpg
- TT_HU_2026.jpg
- TT_HU_2026_06.jpg
- TT_HU_SPV_2025.jpg
- TT_JOC_2026.jpg
- TT_JOC_2026_06.jpg
- TT_LOT_2026.jpg
- TT_LOT_2026_06.jpg
- TT_MUST_2026.jpg
- TT_MUST_2026_06.jpg
- TT_OCE_2026.jpg
- TT_OCE_2026_06.jpg
- TT_PAK_2026.jpg
- TT_PAK_2026_06.jpg
- TT_SPV_2025.jpg
- TT_STA_2026.jpg
- TT_STA_2026_06.jpg
- TT_TFT_2026.jpg
- TT_TFT_2026_06.jpg
- AIR.md
- BAR.md
- COE.md
- COW.md
- EAG.md
- HQ.md
- HU.md
- HU_SPV.md
- JOC.md
- LOT.md
- LOT_HQ.md
- MUST.md
- OCE.md
- PAK.md
- SPV.md
- STA.md
- TFT.md
- .gitignore
- .python-version
- main.py
- pyproject.toml
- uv.lock
- nginx.conf
- 01-getting-started.md
- 02-architecture.md
- 03-simulation-engine.md
- 04-3d-layers.md
- 05-data-pipeline.md
- 06-realtime-mode.md
- 07-ci-and-data-sync.md
- 08-performance-notes.md
- 09-frontend-ui.md
- 10-testing.md
- README.md
- demo-01-poster.jpg
- demo-02-poster.jpg
- faq-jsonld.test.ts
- index.ts
- render.test.ts
- render.ts
- bus-routes.json
- bus-stops.json
- ferry-schedules.json
- flights-timetable.json
- flights.json
- lrt-lines.json
- stations.json
- trips-friday.json
- trips-mon_thu.json
- trips-sat_sun.json
- favicon.svg
- icons.svg
- og-image.png
- robots.txt
- service-status.json
- sitemap.xml
- thank-you.html
- inspect.mjs
- ga.ts
- ControlPanel.tsx
- DateTimePicker.tsx
- FerryInfoPanel.tsx
- FlightInfoPanel.tsx
- LineLegend.tsx
- MapSplash.tsx
- MapView.tsx
- StationInfoPanel.tsx
- TimeDisplay.tsx
- VehicleInfoPanel.tsx
- hourDensity.ts
- ferryBerths.ts
- ferryRoutes.ts
- simulationEngine.test.ts
- simulationEngine.ts
- useServiceStatus.ts
- useSimulationClock.ts
- useTransitData.test.ts
- useTransitData.ts
- Bus3DLayer.ts
- Ferry3DLayer.ts
- Flight3DLayer.ts
- LRT3DLayer.ts
- VehicleLayer.ts
- realtimeClient.ts
- App.tsx
- dataSchemas.test.ts
- dataSchemas.ts
- i18n.tsx
- index.css
- macauTime.test.ts
- macauTime.ts
- main.tsx
- routeGroups.ts
- types.ts
- .dockerignore
- .gitignore
- docker-compose.yml
- Dockerfile
- eslint.config.js
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/asdfghj1237890/mini-macau
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd mini-macau
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
│ ├── docker-release.yml # Docker image release on new tag
이 명령어를 터미널에 그대로 입력해 실행하세요.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run dev
개발/실행 서버를 켭니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run preview
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
