From 4f210f473e902f1033b4053b2c714d8beea7dd52 Mon Sep 17 00:00:00 2001 From: Yan Sidyakin Date: Tue, 3 Oct 2023 18:00:47 -0700 Subject: [PATCH] Note working node version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2cee2a..849d2ed6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ We hope for Portal to ## dev +0. Please use `node v16`, 17+ doesn't work. 1. Setup `.env` file to contain ```bash REACT_APP_FIREBASE_API_KEY=... @@ -37,7 +38,7 @@ We hope for Portal to REACT_APP_FIREBASE_APP_ID=... REACT_APP_FIREBASE_MEASUREMENT_ID=... ``` -1. run `yarn && yarn start` to start the development server on `http://localhost:3000/` +2. run `yarn && yarn start` to start the development server on `http://localhost:3000/`