-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/sprucelabsai/spruce-documen…
- Loading branch information
Showing
3 changed files
with
91 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Install the Spruce CLI | ||
|
||
This is the fastest way to get up and running with the Spruce CLI. It's the best way to get started in writing regression proof node modules. | ||
|
||
1. Install <a href="https://nodejs.org/en/">latest LTS Node</a>. | ||
3. Install <a href="https://code.visualstudio.com">Visual Studio Code (vscode)</a>. | ||
4. Setup <a href="https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line">vscode to work through command line</a>. | ||
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? | ||
|
||
<div class="grid-buttons"> | ||
<a class="btn" href="https://forms.gle/2ZMtwUxg1egV8sHT8">Request Documentation Enhancement</a> | ||
</div> | ||
|
||
## Now What? | ||
|
||
<div class="grid-buttons"> | ||
<a class="btn" href="{{ '/ideology/' | url }}">Learn the Spruce Ideology</a> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters