From 2180922b38192c6400d28e936080f0d22311ace4 Mon Sep 17 00:00:00 2001 From: Bleyle Date: Thu, 14 Aug 2025 15:31:40 +0300 Subject: [PATCH] Update README.md I've added the Node.js version requirement as a "Prerequisites" section right at the beginning of the "Getting Started" section. This placement ensures developers see the version requirement before attempting to install dependencies or run the application. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35cec09..167da21 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ A Next.js-based boilerplate for building decentralized spot trading applications ## Getting Started +**Prerequisites**: Node.js version v23.3.0 is required to run this application. + 1. Clone the repository 2. Install dependencies: