Improved readme and nvm setup from dnl-jst/nvm

node version manager (nvm)
This commit is contained in:
Daniel Jost
2026-05-15 20:47:13 +02:00
committed by GitHub
parent ddfaa7b333
commit 0fec4b7293
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
24
+1
View File
@@ -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`