Files
PhotonVision/photon-client
Mohammad Durrani 1ab5b66829 Clean up front end, remove decision margin and error bits, remove target family selector (#652)
* clean up front end ui

* address changes

* Further tweaks to camera default gains to help make sure users get a good first impression

* even more saner defaults

* Even even more camera sane defaults

* lint

* lint pt 2

* unit test fixup

Co-authored-by: Chris <chrisgerth010592@gmail.com>
2022-12-31 18:29:36 -05:00
..
2022-12-30 17:59:00 -05:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2022-09-28 21:21:41 -04:00
2020-06-27 19:11:56 -07:00
2020-06-28 06:11:09 -04:00

PhotonVision Client UI

Install Node.js

Follow this link.

Project setup

Run this one time, this command downloades the packages the UI uses and it might take a short while

npm install

Compiles and hot-reloads for development

Run this every development session, this command auto-builds the UI after every change you make

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Node.js' Configuration Reference.