Add prerequisites

This commit is contained in:
Stanislav Khromov 2022-10-09 21:50:36 +02:00
parent f1dd9fd093
commit 4b5fe1214b

View file

@ -105,6 +105,12 @@ docker compose up --force-recreate
If you want to run Umami locally for development purposes, you can follow these instructions.
Prerequisites:
* [nvm](https://github.com/nvm-sh/nvm)
* Docker
* Yarn
1. Set correct Node version and install dependencies:
```bash