The All-in-One edition of Phaser Editor 2D.
Install dependencies:
npm install
Copy the latest Phaser Editor 2D server to the server/ folder. The ElectronJS app will execute the server/PhaserEditor2D file.
Compiles the TypeScript files
npm run ts-build
Run the application:
npm start