From 74a44d3224097b86325443d55b60edcdbb66fdd3 Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Wed, 18 Mar 2026 09:56:41 -0400 Subject: [PATCH] Add prerequisites section to README Add Node.js and npm version requirements to help new contributors set up their development environment more quickly. Made-with: Cursor --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ffc4061eeb5..77a8229a405 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ This documentation is open source. If you want to contribute tutorials or improv ## Developing +### Prerequisites + +- [Node.js](https://nodejs.org/) v18 or later +- [npm](https://www.npmjs.com/) v9 or later + +### Running locally + To run a local development environment, use the following command: ```