Preparing Ubuntu
We only have a guide to install for Ubuntu only.
Installing Dependencies
Next is to install npm. You can either install the latest version but I had issues with it, so this is the method I used. You can try both.
Installing npm
^ You should see a version number output from this if successful ^
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
Cloning Repository and Preparing NPM (backup)
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.
< Raw Instructions >
Last updated