Skip to content

Commit ca39d4a

Browse files
tablackburnclaudeHeyItsGilbertCopilot
authored
Add prerequisites section to README (#47)
## Summary - Add a Prerequisites section listing Node.js >= 18, Yarn, and PowerShell 7+ with install links - Helps contributors avoid setup issues when running `.\build.ps1 -Bootstrap` for the first time ## Test plan - [ ] Verify README renders correctly on GitHub 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: Gilbert Sanchez <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]> Co-authored-by: Gilbert Sanchez <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent d89ab61 commit ca39d4a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern
66
static website generator. The main feature for us was it's ability to
77
support versioned docs.
88

9+
## Prerequisites
10+
11+
- [Node.js](https://nodejs.org/) >= 18.0
12+
- [Yarn](https://classic.yarnpkg.com/) (`npm install -g yarn`)
13+
- [PowerShell 7+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) (run `pwsh`)
14+
915
## Installation
1016

1117
```powershell

0 commit comments

Comments
 (0)