Running Shadow Engine Development - 77Z/Shadow-Engine GitHub Wiki

Programs you need:

Steps to install and run:

$ git clone https://github.com/77Z/Shadow-Engine.git
$ cd Shadow-Engine
$ npm i
$ npm run rebuild
$ npm start

To update:

$ git pull
$ npm i
$ npm run rebuild
$ npm start