Skip to content

RyudoSynbios/golden-sun-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golden Sun Editor

⛔️ Deprecated

This repository is now deprecated. It has been merged here: https://github.com/RyudoSynbios/game-tools-collection.

Prerequisite

Node.js

Installation

npm install

Usage

Run as development server:

npm start

Run as Electron appliaction on development environment:

npm run electron-dev

Build as web application:

npm build

Build as Electron application:

npm run electron-pack