This repository is now deprecated. It has been merged here: https://github.com/RyudoSynbios/game-tools-collection.
npm install
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