A web version of PyMapManager.
Note: This project is still in active development and is not production-ready.
- Initialize submodules:
git submodule init
git submodule update
- Install Node.js(https://nodejs.org/en)
- Install Python 3.11+
- Install JS dependencies:
yarn install
- 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
inpackages.json
to the directory of your choice:{ "homepage": "/WebMapManager/", }
- Update
- By default, the application is served from a
- Run the server:
yarn start
- Open http://localhost:3000 to view it in the browser (Tested on Google Chrome).