diff --git a/frontend/README.md b/frontend/README.md index e965e069..b05e9d3a 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,7 +1,7 @@ # Setup -- Install NVM -- run `nvm use` to make sure your computer uses the most recent npm version +- Install [fnm](https://github.com/Schniz/fnm) (drop-in replacement for nvm that's significantly faster - highly recommended) or [nvm](https://github.com/nvm-sh/nvm) +- run `fnm use` (or `nvm use`) to make sure your computer uses the most recent node version - install yarn - download and place the frontend `.env.development` file in the root of the frontend folder - run `yarn`