We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d31ab commit 30fe0e8Copy full SHA for 30fe0e8
.nvmrc
@@ -0,0 +1 @@
1
+v22.13.1
docs/development-guide.md
@@ -1,8 +1,18 @@
# Development Guide
2
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
7
## Running + Debugging
8
9
```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
16
# Install dependencies
17
$ npm install --save
18
0 commit comments