diff options
-rw-r--r-- | docs/development.md | 20 |
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 |