diff --git a/guide.php b/guide.php index 2696bd2..2d6e773 100644 --- a/guide.php +++ b/guide.php @@ -38,15 +38,10 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
npm run dev
(if this is too slow on your machine, you can use npm run build
followed by npm run start
)Windows users can simply double-click the UPDATE AND START SERVER.bat
, but otherwise the steps are pretty simple:
git pull
in the SpaceNinjaServer folder
- git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
git pull
in the SpaceNinjaServer foldergit pull
in the static/data/0
foldernpm i
(or npm install
) to synchronize library dependenciesnpm run dev
(if this is too slow on your machine, you can use npm run build
followed by npm run start
)