Skip to content

Commit 30fe0e8

Browse files
committed
devx: add nvm support
1 parent 05d31ab commit 30fe0e8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.nvmrc

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

docs/development-guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Development Guide
22

3+
`node v22` is the supported development version. Feel free to upgrade to the latest version of node if you want to!
4+
5+
Currently, [`nvm`](https://github.com/nvm-sh/nvm#nvmrc) is used to manage the node version.
6+
37
## Running + Debugging
48

59
```bash
10+
# Clone project
11+
$ git clone git@github.com:alichtman/deadbolt.git && cd deadbolt
12+
13+
# Set up node version
14+
$ nvm use
15+
616
# Install dependencies
717
$ npm install --save
818

0 commit comments

Comments
 (0)