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`