Update readme to include pulling in primitives
This commit is contained in:
16
readme.md
16
readme.md
@@ -46,6 +46,22 @@ npm run build
|
|||||||
# Move back to the top level directory
|
# Move back to the top level directory
|
||||||
cd ..
|
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 ----
|
# ----- Start Template Setup ----
|
||||||
# Clone the Template repo
|
# Clone the Template repo
|
||||||
git clone https://gitlab.com/Harvmaster/templates.git
|
git clone https://gitlab.com/Harvmaster/templates.git
|
||||||
|
|||||||
Reference in New Issue
Block a user