Skip to content

Commit 13cb667

Browse files
authored
Merge pull request #7 from developmentseed/add-nvmrc
add .nvmrc and update REDAME
2 parents db6e636 + b3613d1 commit 13cb667

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14.15.0

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Development
44

5+
### Prerequisites
6+
7+
- [nvm](https://github.com/nvm-sh/nvm)
8+
9+
### Getting started
10+
11+
Use the specified version of Node for this project:
12+
13+
`nvm use`
14+
15+
If you get an error that the version of node is not installed, run:
16+
17+
`nvm install $(cat .nvmrc)`
18+
519
### Commands
620

721
#### `npm run bootstrap`

0 commit comments

Comments
 (0)