Skip to content

Commit

Permalink
docs(frontend): recommend fnm over nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
zax-xyz authored May 24, 2023
1 parent e0f1f53 commit f236d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit f236d21

Please sign in to comment.