There was an error while loading. Please reload this page.
2 parents db6e636 + b3613d1 commit 13cb667Copy full SHA for 13cb667
.nvmrc
@@ -0,0 +1 @@
1
+14.15.0
README.md
@@ -2,6 +2,20 @@
2
3
## Development
4
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
19
### Commands
20
21
#### `npm run bootstrap`
0 commit comments