From 6c6d1c0f9ddccfbffe5c91847ecfca5c44473a46 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 19 Sep 2024 22:18:55 -0700 Subject: [PATCH 1/2] Upgrade nvmrc --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index e093aa33..e44a38e0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v14.17.4 +v18.12.1 From 81d08368cdd46692c62fb267ce061f9a0aa41325 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 19 Sep 2024 22:20:58 -0700 Subject: [PATCH 2/2] Adjust readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6cd303b7..a98aa5a0 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,9 @@ Link to the client in this repo: - Install [Node JS](https://nodejs.org/en/) - Install nvm | [Windows](https://github.com/coreybutler/nvm-windows) , [Linux](https://github.com/nvm-sh/nvm) -## Running Locally on Windows +## Running Locally -1. Look at the file version in `.nvmrc` and run `nvm use ` -2. `npm install` -3. `npm run start` - -## Running Locally on Linux - -1. `npm use` +1. `nvm install && nvm use` 2. `npm install` 3. `npm run start`