From 7935f19346a8f95700c89c3acf5a6a8db18abf60 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Thu, 28 Sep 2023 11:44:22 +0530 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6cde5cb5..41a2e9c5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,8 @@ We welcome contributions of all kinds (discussions, bug fixes, features, design ## Modifying and seeing your changes +You will need to use Node 16 for this project + 1. Go into the `v2` folder 2. Run `npm i -d` 3. Run `npm run set-up-hooks` to setup the pre-commit hooks