From 0fec4b729367428f258068204d06c57967d19123 Mon Sep 17 00:00:00 2001 From: Daniel Jost Date: Fri, 15 May 2026 20:47:13 +0200 Subject: [PATCH] Improved readme and nvm setup from dnl-jst/nvm node version manager (nvm) --- .nvmrc | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..a45fd52 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24 diff --git a/README.md b/README.md index cd223e5..70c60a9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Follow our [deployment guide](./docs/deployment.md) to deploy to you own server. ## Local development +- Ensure you have Node 24 installed (either manually, or optionally by running `nvm install` and `nvm use`). - Create your own local `.env` file. You can base it on [.env.example](./.env.example) - `npm install` - `npm run docker:dev:up`