From 14e74fab6cdbaca991c9cc3634cc7af5c3e1f0e8 Mon Sep 17 00:00:00 2001 From: Harvey Zuccon Date: Sat, 30 May 2026 12:13:05 +0200 Subject: [PATCH] Update readme to include pulling in primitives --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.md b/readme.md index 17cf3a1..f284901 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,22 @@ npm run build # Move back to the top level directory cd .. +# ----- Start Primitive Setup ----- +git clone git@gitlab.com:GeneralProtocols/xo/primitives.git + +cd primitives + +git checkout update/syncup-ui-requirements + +npm ci + +npm run build + +# ----- End Primitive Setup ----- + +# Move back to the top level directory +cd .. + # ----- Start Template Setup ---- # Clone the Template repo git clone https://gitlab.com/Harvmaster/templates.git