# QMapEditor **Repository Path**: yangdong136581/QMapEditor ## Basic Information - **Project Name**: QMapEditor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2025-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **NO LONGER SUPPORTED** ## QMap Editor 4.0.1 ## How to run **With Electron** 1. Download or Clone the repo 2. Open command prompt and cd to the folder containing package.json ( not the package.json inside the app folder! ) 3. Install the dependencies by using the cli `npm install` 4. Run the app with electron by using the cli `npm start` **From prebuild** Download a [prebuilt](https://github.com/quxios/QMapEditor/releases/latest) then run the QMapEditor shortcut or .exe in the app folder ## Building Two Scripts are included to build: `build-64` and `build-32` will build for Windows 64bit and 32bit To use, run the cli `npm run build-64` or `npm run build-32` ( That's assuming you're in the package.json directory, if not cd to that directory ) ## Instructions Can be found by click on the help button in the editor or [here](/app/HELP.md)