Volta makes it really easy to always have the correct node engine (similar to nvm but faster and even simpler).
Follow the installation directions: https://docs.volta.sh/guide/getting-started
Execute in the project directory:
npm install
and install all dependencies.
Follow the steps described at https://github.com/bahnzumberg/zuugle-api#zuugleat-api
npm run start
This will run the frontend in a browser on http://localhost:3000
npm run start-remote-api
Error: ENOSPC: System limit for number of file watchers reached
Fix (Linux):
echo "fs.inotify.max_user_watches=131070" | sudo tee -a /etc/sysctl.conf
sudo sysctl -p