Create a Doc Starter
tip
The recommended way to add/edit content is, locally, using your favorite text editor (e.g. TextWrangler, VIM, etc.) or IDE (VSCode, Atom, etc.).
Minimum Requirements
- Node.js version >=16
To see if you have node installed run the following:
node -v
If you don't have node, install it here or use your package installer of choice (e.g. Homebrew)
- Yarn version >=1.5
To see if you have yarn installed run the following:
yarn --version
If you don't have yarn installed run the following:
npm install yarn --global
- Git CLI
To see if you have git installed run the following:
git --version
If you dont have git installed, install it here
- An IDE or Code Editor
We recommend VSCode if you don't already have an editor of choice.