Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 506 Bytes

Keira2Paladium

StandaloneSAIEditor

To run the app in browser

cd app
npm run start-dev

and open localhost:3000 in your browser.

To run the app in Electron

npm start

To build a stand-alone Windows executable

npm run build -- --win --x64

which generates a setup file in the dist\win directory (only tested on Windows for Windows).

Thx to Keira2