From 80c0748dba0ce326cbf68d49c729e57857e9f961 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 8 Dec 2022 14:35:31 +0300 Subject: [PATCH] Updating readme instructions to include prerequisites (#1824) * Updating readme instructions to include prerequisites * Updating text --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 39e4dcf4d..92674441e 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ The app is a React app built with [Next.js](https://nextjs.org) + TypeScript + CSS modules and will connect to Ocean remote components by default. +Prerequisites: + +- [Node.js](https://nodejs.org/en/) (required). Check the [.nvmrc](.nvmrc) file to make sure you are using the correct version of Node.js. +- [nvm](https://github.com/nvm-sh/nvm) (recommended). This is the recommend way to manage Node.js versions. +- [Git](https://git-scm.com/) is required to follow the instructions below. + To start local development: ```bash