summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-10-21 08:38:34 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-10-21 08:41:48 +0200
commite3c50323871ba36244f5b1dd46cd41a822eb1d78 (patch)
tree114e0152b1e6553b5ad581361d9a737c360a87a2
parenta294f7d3a24546fb9d2c40ca3992ecdfc93039d8 (diff)
Add nvmrc for docs0.1.0
-rw-r--r--.nvmrc1
-rw-r--r--README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..3f01c9b
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+v14.6.0
diff --git a/README.md b/README.md
index 7b33094..92c1ead 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ how to run locally this app and how to set up on production.
# Development
It works with Node v14.6 and Vue 2.
+If you use [nvm](https://github.com/nvm-sh/nvm) you can just call `nvm use` into the folder.
1. Clone this repo
```