From 7046c318161b0075b60dafa0f2d3bfea4e6d7134 Mon Sep 17 00:00:00 2001 From: IAmConnorWilson Date: Tue, 23 May 2023 20:22:29 -0400 Subject: [PATCH] adding in nvmrc and updating docs (#317) --- .nvmrc | 1 + README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..789d3c12 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16.18.0 \ No newline at end of file diff --git a/README.md b/README.md index 36daf369..039cae73 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,11 @@ Code behind the PHLASK Web Map ### Yarn -1. Ensure you have [nodejs v16](https://nodejs.org/download/release/latest-v16.x/) installed on your machine +1. Ensure you have [nodejs v16](https://nodejs.org/download/release/latest-v16.x/) installed on your machine. + - You can also use use [nvm](https://github.com/nvm-sh/nvm/tree/master#install--update-script). + - once you have install nvm + - run `nvm install` <- this will download the required verison (only required on the first installation) + - run `nvm use` sets that to the active version of node in your terminal 1. Ensure you have [Yarn](https://yarnpkg.com/en/) installed on your machine 1. Run `yarn install` 1. Run `yarn start`