From d83ee3f66cbbd832b237b3df11cd58f75c41a7c5 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 17 May 2023 17:09:23 -0400 Subject: [PATCH] Update README with additional nvm install step (#513) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11dc14bd1..bbb298684 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ The [Notify API](https://github.com/GSA/notifications-api) provides the UI's bac 1. Install [pipenv](https://pipenv.pypa.io/en/latest/) +1. Install [nvm (Node Version Manager)](https://github.com/nvm-sh/nvm#installing-and-updating) + 1. Install Python and Node dependencies `make bootstrap`