Skip to content

Commit c71c0b9

Browse files
Add install steps to README.md (#1282)
1 parent f7d3172 commit c71c0b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,21 @@ Utilities to automatically generate TypeScript types from JSON Schema files.
3232

3333
## NPM commands
3434

35+
Consider using [nvm](https://github.com/nvm-sh/nvm) to manage node versions, after installing in the project directory run:
36+
37+
```
38+
nvm use
39+
```
40+
3541
From the top-level root folder of this npm workspace, you can run the following npm commands:
3642

43+
**Install dependencies**:
44+
45+
Will install all the dependencies we need to build and run the project:
46+
```
47+
npm install
48+
```
49+
3750
**Build all workspaces**:
3851

3952
Use this to produce the same output as a release. The `build` directory will be populated with

0 commit comments

Comments
 (0)