GDModMaker-IDE
The main functionality of GDMod, written in HTML.
Want to run this repository?
Prerequisites
- Nodejs and npm (or yarn) installed
- Knowledge of the command line
Using Yarn?
npm run
=yarn
npm install
=yarn install
Git installed
- Open Command Prompt in a new folder
- Run these commands
git clone https://github.com/GDMod-Development/GDModMaker-IDE
cd GDModMaker-IDE
npm install
npm run start
Git not installed
- Click
Code
>Download ZIP
- Unpack .zip file
- Open Command Prompt in unpacked folder
- Run these commands
npm
npm run start
Just want to use the app?
- Click
Releases
> Scroll Down >GDModMaker.exe
- Run app
Cannot compile to macOS (OS X)
Due to a limitation with
electron-build
, you are only able to package macOS programs if you are running a macOS machine. Eventually I can use a VM to build the package, but if another user would like to help out, runyarn build-osx
in the command prompt to build with maxOS.