Mathews2115 / AutoDashFrontEndBoilerPlate

AutoDash Boilder Plate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boiler Plate

  • Just something to get you up and running
  • Includes all the linkage to the AutoDashBackEnd
  • Tach display

How to use

on desktop

  1. yarn - build everything
  2. npm run start - this will build the assets and launch a web browser
  3. if you want live data, on AutoDashBackEnd end, run npm run init_and_start_vcan_server
  4. then run canplayer vcan0=can0 -I ./can_dumps/candump-racepack-running.log -li

on pi

  1. npm run build - do this on your computer; this builds the assets and stores them in the /dist
  2. 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

Quick How-To Raspberry Pi 4 Digital Dashboard setup.

See https://github.com/Mathews2115/AutoDashBackEnd for HW setup. tachExample tach_no_function

About

AutoDash Boilder Plate


Languages

Language:JavaScript 94.8%Language:HTML 5.2%