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 @@
  • Open the SpaceNinjaServer folder (cd SpaceNinjaServer)
  • Copy config.json.example to create a config.json
  • (Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server
  • -
  • (Optional) If you want stripped assets (~622 MiB) which the client will request from the server on-demand (most notably, ability videos), run git clone https://openwf.io/0.git in the static/data folder
  • +
  • (Optional) If you have a GB of free space, you might want to download stripped assets such as ability videos so the client can request them on-demand: Run git clone https://openwf.io/0.git in the static/data folder
  • Run npm install --omit=dev to install library dependencies
  • Run npm run build to build the server
  • Now you can run npm run start to start the server anytime