From a2da6723473e9766bfa7f9f3424317b4ab2ae854 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 7 Sep 2025 08:04:45 +0200 Subject: [PATCH] Update guide to use raw running --- guide.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/guide.php b/guide.php index 57db293..15ea4eb 100644 --- a/guide.php +++ b/guide.php @@ -22,18 +22,16 @@
git clone https://openwf.io/0.git in the static/data foldernpm install --omit=dev to install library dependenciesnpm run build to build the servernpm run start to start the server anytimenpm install --omit=dev --omit=optional to install library dependenciesnpm run raw to start the server anytimeYou can simply run the UPDATE AND START SERVER script for this, but otherwise the steps are pretty simple:
git pull in the SpaceNinjaServer foldergit pull in the static/data/0 foldernpm install --omit=dev to synchronize library dependenciesnpm run build to build the servernpm run start to start the server againnpm install --omit=dev --omit=optional to synchronize library dependenciesnpm run raw to start the server againIn order to connect to custom servers, the client needs to be patched, which is what the Boostrapper is for. To set it up: