The development process for this process is described in more detail in Development document.
- Install
nvm
package. This allows you to install different versions of the Node.js - Check which Node version you are running:
nvm ls
- Use at least version v20
nvm use v20
- Install npm
npm install
- Run it locally
npm run dev