mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
* WIP: target region * working math * working directions * removed if statements * working portrait and landscape * Revert "working portrait and landscape " This reverts commit 8ce2ead1b41d372f72128b7fceeaab09e0834eaa. * finalized targeting region
Chameleon 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 developing session, this command auto-build the UI after every change your 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