diff --git a/src/pages/_data/navigation/mainNav.json5 b/src/pages/_data/navigation/mainNav.json5 index cad4f861..13c25025 100644 --- a/src/pages/_data/navigation/mainNav.json5 +++ b/src/pages/_data/navigation/mainNav.json5 @@ -54,14 +54,19 @@ ] }, { - "title": "Development Theatre", + "title": "Recommended: Development Theatre", "url": "/getting-started/development-theatre/", "children": [] }, { - "title": "Manually Install Development Theatre", + "title": "Manual: Install Development Theatre", "url": "/getting-started/manual-install/", "children": [] + }, + { + "title": "CLI Only: Install Spruce CLI", + "url": "/getting-started/install-cli/", + "children": [] } ] }, diff --git a/src/pages/getting-started/install-cli.md b/src/pages/getting-started/install-cli.md new file mode 100644 index 00000000..74461945 --- /dev/null +++ b/src/pages/getting-started/install-cli.md @@ -0,0 +1,35 @@ +# Install the Spruce CLI + +This is the fastest way to get up and running with the Spruce CLI. This is a great way to get started in writing regression proof node modules. + +1. Install latest LTS Node. +3. Install Visual Studio Code (vscode). +4. Setup vscode to work through command line. +5. Quit vscode (**very important or vscode won't get new settings**) + +## Install Yarn + +```bash +npm install -g yarn +``` + +## Install Spruce CLI + +Once Node, Yarn, and vscode are ready, run the following: 👇 + +```bash +yarn global add @sprucelabs/spruce-cli +``` + +### Something Missing? + +
+ +## Now What? + + +