You'll need node version 16, you can get that with nvm:
nvm install 16 nvm use 16
Then install yarn:
npm install --global yarn
Now you can just install the dependencies with:
yarn install
To run just:
yarn start
You'll need node version 16, you can get that with nvm:
nvm install 16 nvm use 16
Then install yarn:
npm install --global yarn
Now you can just install the dependencies with:
yarn install
To run just:
yarn start