-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Build Instructions (Chinese)
Brian Hsiang edited this page Jun 6, 2024
·
1 revision
若要在您自己的電腦上運行 iD 的當前開發版本,請執行以下操作:
存儲庫相對較大,完整的歷史記錄大約需要200MB。如果您不介意等待所有數據下載,可以運行:
git clone https://github.com/openstreetmap/iD.git
如果您只想克隆最新版本,請使用「淺克隆」:
git clone --depth=1 https://github.com/openstreetmap/iD.git
如果稍後想添加完整的歷史記錄,以便運行 git blame 或 git log,可以運行:
git fetch --depth=1000000
- 進入新克隆的項目文件夾
- 運行 npm install
- 運行 npm run all
- 運行 npm start
- 在網頁瀏覽器中打開 http://127.0.0.1:8080/
最後更新:24 年 6 月 5 日
- How to get started with developing on iD
- How to use iD's localizer module
- Streetlevel modules explained