Skip to content

hd-genius/gamepad-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run locally

  • (First time) Add the ca.crt to your browser's list of certificate authority certs
  • (First time and after pulling changes) Run npm install
  • Run npm run start
  • Open your browser to http://localhost:3000

How to run unit tests

  • (First time and after pulling changes) Run npm install
  • Run npm test