/mystalia-manager

Manager for mystalia engine game entities

Primary LanguageTypeScriptMIT LicenseMIT

Development guide

Setting up

Ensure yarn is installed globally

npm i -g yarn

Run yarn to install dependencies

yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn package

Deploying

To deploy a new release be sure to have a github personal access token set to the GH_TOKEN environment variable on your local machine.

yarn deploy