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