From b71fd465477ea7c063167d6520b0ca915fdbab50 Mon Sep 17 00:00:00 2001 From: Marshall Hattersley Date: Wed, 20 Mar 2024 14:08:42 -0700 Subject: [PATCH] add nvm instructions to dev setup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52421d678..33b0518fe 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ College Scorecard now uses Gridsome, a Vue.js poweredJamstack framework for buil ### 3. Launch the server - Copy `.env.example` to `.env` - Add values to `.env` +- make sure you're on Node v16 via `nvm use 16.14.0` (you will need a different command if using a different node version manager) - `gridsome develop` to launch the College Scorecard website on a local development server ## Environment Variables