aboutsummaryrefslogtreecommitdiff
path: root/docs/development.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+gitbook@protonmail.com>2022-01-01 16:37:35 +0000
committergitbook-bot <ghost@gitbook.com>2022-01-01 16:37:35 +0000
commitac4c50c95cfb745ca0592d6376c0fa422df2df48 (patch)
tree9dcee8fef2fd9182c844f5ee8b28754f42ee2cc6 /docs/development.md
parent485767548574af888fccf4f322f13e7de6b1f1f2 (diff)
downloadNorthstarWiki-ac4c50c95cfb745ca0592d6376c0fa422df2df48.tar.gz
NorthstarWiki-ac4c50c95cfb745ca0592d6376c0fa422df2df48.zip
GitBook: [#25] Describe repo setup
Diffstat (limited to 'docs/development.md')
-rw-r--r--docs/development.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/development.md b/docs/development.md
index 85ad264..e810532 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -6,5 +6,23 @@ description: >-
# Development
-> TODO: Add proper build instructions here
+### Repositories
+
+Northstar is split over multiple git repositories that fulfil different functions.
+
+* [Northstar](development.md#repositories):\
+ Contains compiled and packaged releases
+* [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher):\
+ Contains the source for the launcher used to modify the Titanfall|2 install to allow mods to be loaded.
+* [NorthstarMods](https://github.com/R2Northstar/NorthstarMods):\
+ Contains the standard mods shipped with Northstar to allow joining and hosting custom servers.
+* [NorthstarMasterServer](https://github.com/R2Northstar/NorthstarMasterServer):\
+ Contains the source for the master server used to authenticate clients, display the server browser list, and connect clients to community hosted servers.
+* [NorthstarWiki](https://github.com/R2Northstar/NorthstarWiki):\
+ The repository for this wiki.
+
+
+### Setup
+
+> TODO: Add proper build instructions here