Jump to content

Development: Difference between revisions

From Byrd Station Wiki
No edit summary
No edit summary
Line 1: Line 1:
<!-- TODO: Fill this page with information -->
= Development =
 
== Getting a local server set up ==
 
=== The easy way ===
 
# Go to the [https://cdn.byrdstation.space/fork/byrd CDN downloads]
# Download the latest build for your operating system
# Open the file named <code>Robust.Server.exe</code><br>(on Linux, run <code>chmod +x ./Robust.Server</code> before <code>./Robust.Server</code>)
 
=== The hard way ===
TBD
 
== Adding content ==

Revision as of 15:58, 1 July 2026

Development

Getting a local server set up

The easy way

  1. Go to the CDN downloads
  2. Download the latest build for your operating system
  3. Open the file named Robust.Server.exe
    (on Linux, run chmod +x ./Robust.Server before ./Robust.Server)

The hard way

TBD

Adding content