Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 937 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 937 Bytes

WebMapManager

A web version of PyMapManager.

Note: This project is still in active development and is not production-ready.

Setup

  • Initialize submodules:
  git submodule init
  git submodule update
  yarn install

Build

  • Build the static application:
  yarn build
  • Upload the /build/ directory to /WebMapManager/ to your static file server.
    • By default, the application is served from a /WebMapManager/. To serve the application another directory:
      • Update homepage in packages.jsonto the directory of your choice:
          {
          "homepage": "/WebMapManager/",
          }

Running WebMapManager

  • Run the server:
  yarn start