Skip to content

Kasjonus/hardware-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardware test

Software for hardware testing.

Requriements

  • linux
    • upower (for batteries detect)
    • lshw (for graphics detect)
    • smartmontools (for S.M.A.R.T. status)

Commands:

  • install packages

      yarn | npm install
    
  • start app

    • for normal user:

        yarn start | npm start
      
    • for root user (recommended):

        yarn startRoot | npm run startRoot
      
  • build app

    • linux

        yarn build-lin | npm run build-lin
      
    • windows (not working propertly)

        yarn build-win | npm run build-win
      

About

Software for hardware testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published