Visualize your car's data and overlay it on your video
npm i
npm start
npm test
npm run lint
and to fix all auto-fixable linting issues
npm run lint -- --fix
- src/
- main/ node code
- renderer/ vue code
- shared/ code shared between node and vue
- preload/ expose node code to vue code