/scpl-editor-standalone

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

ScPL Editor, Standalone Edition

Dirty port of the ScPL Editor for Desktop.

Compiles and works fine on macOS 11, Windows and Linux (arm64 & x64)

How to build it

Prerequisites

You need a working install of nodejs LTS and electron-packager.

To install electron-packager using npm, simply use this command: npm i -g electron-packager

Building

Run this command in your terminal: npm run build