- Download the latest release of the map files
- Install Node.js
- Current or LTS
- Using a command line, verify install of Node.js and npm
> node -v
v9.3.0
> npm -v
5.5.1
- Open command line in botw-map-3d-x.x.x directory and install dependancies
botw-map-3d-0.1.5> npm install
added 23 packages in 1.772s
- Serve the files using Node.js
botw-map-3d-0.1.5> node server.js
Server running on http://localhost:8080/
- Navigate to http://localhost:8080/
- Enjoy!
Check the development branch for the up-to-date map!