Dominic R
2025-03-14 17:04:29 -04:00
committed by GitHub
parent a3f86115e1
commit ad27f268dc
3 changed files with 6 additions and 6 deletions
@@ -6,12 +6,12 @@ If you want to only make changes on the UI, you don't need a backend running fro
### Prerequisites
- Node.js (any recent version should work; we use 20.x to build)
- Node.js (any recent version should work; we use 22.x to build)
- Make (again, any recent version should work)
- Docker and Docker Compose
:::info
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@20`, and for Docker `brew install --cask docker`
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@22`, and for Docker `brew install --cask docker`
:::
### Instructions