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.