^ You should see a version number output from this if successful ^
nvm install v18.17.0
Info: Make sure you are in the directory you would like the repository in before running these commands. The repository is said to work best in the desktop folder, but you may choose.
Cloning Repository and Preparing NPM
git clone https://github.com/rhysmorgan134/node-CarPlay.git | cd node-CarPlay | npm install | npm i | cd examples/carplay-web-app | npm i
Cloning Repository and Preparing NPM (backup)
git clone https://github.com/ffluxxus/web-carplay.git | cd web-carplay | npm install | npm i | cd examples/carplay-web-app | npm i
Warning: You must be in the examples/carplay-web-app directory before running these commands or you will experience errors.
Now you have two options. Run as development (do not build), or build and then run. You will get better performance if you build, but if your having issues you can just run it with npm.