From 53afbb572c3501b0f94124ec00ede58c64bd1d39 Mon Sep 17 00:00:00 2001 From: Hemang Yadav Date: Fri, 12 Jul 2024 22:09:59 +0530 Subject: [PATCH] docs: required node version (#16) * feat: Node Version * Update README.md --------- Co-authored-by: Eddie Jaoude --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d19aea7..5d8991f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ How friendly is your GitHub Open Source Repo? This project will check to make su ## Quickstart guide +> [!CAUTION] +> Node `v21+` is required + 1. Clone this GitHub Repo 2. Install the dependencies with `npm ci` 3. Copy `.env.example` to `.env` (you will need an environment key from Flagsmith, this is shown later on)