Skip to content

Commit

Permalink
adding in nvmrc and updating docs (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmConnorWilson authored May 24, 2023
1 parent 4793253 commit 7046c31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.18.0
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7046c31

Please sign in to comment.