You will only need node. Install by running npm i -g gdexporter
, and run like this: gdexport -p path/to/project.json -o path/to/output/dir -b buildtype
Replace the build type with electron
or cordova
if you want to do an export to those platforms, for web just leave out the -b buildtype
part