From 33e1879895b046eb665af53d955a5d6f0de334ed Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:02:42 +0200 Subject: [PATCH] Update stripped assets step in guide because the file size was outdated --- guide.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.php b/guide.php index df02656..abef72a 100644 --- a/guide.php +++ b/guide.php @@ -20,7 +20,7 @@
cd SpaceNinjaServer
)git clone https://openwf.io/0.git
in the static/data
foldergit 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 anytime