Files
PhotonVision/photon-client
Matt f2f32da2f9 Compensate for binning in picam FOV (#186)
Compensates for picam binning in the OV sensor.
2020-12-23 00:42:39 -08: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
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.