Skip to content

Running Shadow Engine Development

77Z edited this page Sep 13, 2020 · 1 revision

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

Clone this wiki locally