Learn about MAS

This commit is contained in:
Hugh Nimmo-Smith
2023-09-11 14:23:15 +01:00
committed by Quentin Gliech
parent 4ae96172c1
commit b6bf0d2778

View File

@@ -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 <http://localhost:8080/>
# 5. Learn about MAS
You can learn about the [architecture](architecture.md) and [database](database.md) of MAS here.