- Just something to get you up and running
- Includes all the linkage to the AutoDashBackEnd
- Tach display
yarn
- build everythingnpm run start
- this will build the assets and launch a web browser- if you want live data, on AutoDashBackEnd end, run
npm run init_and_start_vcan_server
- then run
canplayer vcan0=can0 -I ./can_dumps/candump-racepack-running.log -li
npm run build
- do this on your computer; this builds the assets and stores them in the/dist
- You'll need the AutoDashBackEnd - copy the contents of this
/dist
folder and paste it into the/dist
folder of the AutoDashBackEnd on the pi
See https://github.com/Mathews2115/AutoDashBackEnd for HW setup.