From 4810a5e529c431e61bd320030dbf85929bbb3bf0 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 28 Apr 2022 10:14:22 +0200 Subject: [PATCH] Update Source Code --- Source-Code.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Source-Code.md b/Source-Code.md index 235e29d..0e9056d 100644 --- a/Source-Code.md +++ b/Source-Code.md @@ -1 +1,7 @@ -## Zip file of delivered Source Code will be linked here once delivered \ No newline at end of file +The project source is developed as two separate components, one in `/src/client/` and one in `src/server/`. + +The folder containing both of these can be found in the repository files: [https://gitlab.stud.idi.ntnu.no/felixalb/dcst1008-2022-group1/-/tree/main/src](https://gitlab.stud.idi.ntnu.no/felixalb/dcst1008-2022-group1/-/tree/main/src) + + +Design choices and underlying theory is described in the final report. +[Usage](User-Manual) and [installation](Installation-Manual) are described in their respective manuals.