From 4ae96172c1966d74d63762d536db14c4656ef7b3 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 11 Sep 2023 14:20:26 +0100 Subject: [PATCH] Sections --- docs/development/contributing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development/contributing.md b/docs/development/contributing.md index 9fc71f32d..956a31c83 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -13,7 +13,13 @@ To get MAS running locally from source you will need: - [Install Rust and Cargo](https://www.rust-lang.org/learn/get-started) - [Install Node.js and npm](https://nodejs.org/) - [Install Open Policy Agent](https://www.openpolicyagent.org/docs/latest/#1-download-opa) + +# 3. Get the source + - Clone this repository + +# 4. Build and run MAS + - Build the frontend ```sh cd frontend