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