communityfirst/mapeo-config-editor
GUI application for editing configuration files for Mapeo.
10K+
This project serves as a configuration editor for Mapeo, an open-source, offline-first mapping tool. It provides a user-friendly interface to upload, edit, and download the Mapeo configuration file.
yarn dev
or npm run dev
.http://localhost:3000
.To run the Mapeo Configuration Editor using Docker, execute the following command:
docker run -v /tmp/configs:/tmp/uploads -p 3000:3000 communityfirst/mapeo-config-editor
Open localhost:3000 in the browser to navigate the app. The configs will be built to the /tmp/configs
folder.
docker pull communityfirst/mapeo-config-editor