diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..2de67cec --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +14.19.2 diff --git a/README.md b/README.md index c005bdad..40ad1daf 100644 --- a/README.md +++ b/README.md @@ -30,21 +30,43 @@ Note: The Portis wallet option is not available when running locally ## Installation -**Available Scripts** -### `yarn start` +### Confirm node version -Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +This repo currently uses **Node v14.19.2**. -The page will reload if you make edits.
-You will also see any lint errors in the console. +If you have Node Version Manager (nvm) installed, you can run + +```sh +nvm use +``` + +to switch versions, and -**Install Dependencies and Start the Application** +```sh +node --version ``` + +to confirm. + +### Install dependencies + +```sh yarn +``` + +### Start the application + +```sh yarn start ``` +Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + +The page will reload if you make edits.
+You will also see any lint errors in the console. + + ## Development workflow By default, `dev` acts as the primary base branch which all PRs should merge into. Make sure any pull requests target this branch.