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
  • Now, to start the server, run npm run dev (if this is too slow on your machine, you can use npm run build followed by npm run start)
  • Server Update

    - +

    Windows users can simply double-click the UPDATE AND START SERVER.bat, but otherwise the steps are pretty simple:

      -
    1. - Run git pull in the SpaceNinjaServer folder - -
    2. +
    3. Run git pull in the SpaceNinjaServer folder
    4. (Optional) If you have the stripped assets, run git pull in the static/data/0 folder
    5. Run npm i (or npm install) to synchronize library dependencies
    6. Now to start the server again, run npm run dev (if this is too slow on your machine, you can use npm run build followed by npm run start)