Skip to content

sundevilmotorsports/LiveDatadash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiveDatadash

Viewing live data in style

DEPRECATED INFO:

Web testing

  1. Open http://localhost:3000/ in browser
  2. Navigate to ./Vite_Fronted in terminal
  3. Run 'npm run dev' Changes will be made as soon as files are saved

Goodies

  • Use .svg for images, node.js dislikes other file types for optimization reasons
  • To change tab image the file favicon.ico must be changed (I cannot find where it is called in the code)
  • Tauri's JS APIs require access to browser-only APIs, meaning if you want to use one you have to change the entire file to only use client compoents or create a new file that uses file components (see greet.tsx as example)

When using cargo run to run the backend, make sure your current directory is reciver_decoder/ and not reciver_decoder/src/ or else either of the database or cargo will not work.