Skip to content

How to build the map locally

Stefan Brand edited this page May 19, 2019 · 4 revisions

1. Installation

First, make sure, you have Python installed. Version 3.7.1 is confirmed to be working.

Then run pip install -r requirements.txt and you are ready to start.

2. Show the map in your browser

  1. Run the two Python scripts in the scripts directory.
  2. Open a command line window in the map's root directory.
  3. Run python -m http.server 8000 to start a local development server.
  4. Visit localhost:8000.

Note: If you try running this on a Windows machine, you might encounter problems with the character encoding. To solve this, simply execute chcp 65001 in your current PowerShell/cmd window.

Clone this wiki locally