diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..de8564f --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v12.7.0 diff --git a/README.md b/README.md index 59cc0d1..55a1cb0 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,8 @@ The tree is currently fully navigable using the keyboard. Pressing the tab butto You'll need to clone the repo on your local machine and install the dependencies using `yarn`. Once the dependencies have been install start the local server. +If you're using nvm, you can ran `nvm use` to automatically use the version of Node specified in the `.nvmrc` file. + `git clone https://github.com/andrico1234/beautiful-skill-tree.git` `cd ./beautiful-skill-tree`