Skip to content

Commit

Permalink
Add nvmrc and instructions to install node
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 20, 2023
1 parent d8593a5 commit ee35b22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ git clone [email protected]:tkhq/frames.git
cd frames/
```

Install dependencies
Install Node:
```sh
nvm use
```
(the command above installs the version specified in `.nvmrc`, but any Node version >= v18 should do)

Install dependencies:
```sh
cd recovery && npm install
cd export && npm install
Expand Down

0 comments on commit ee35b22

Please sign in to comment.