From b6bf0d277882256d4f041856e2c473b1cbcfea6d Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 11 Sep 2023 14:23:15 +0100 Subject: [PATCH] Learn about MAS --- docs/development/contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development/contributing.md b/docs/development/contributing.md index 956a31c83..b82c5b3b9 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -44,3 +44,7 @@ To get MAS running locally from source you will need: - Run the database migrations via `cargo run -- database migrate` - Run the server via `cargo run -- server -c config.yaml` - Go to + +# 5. Learn about MAS + +You can learn about the [architecture](architecture.md) and [database](database.md) of MAS here.