Files
PhotonVision/chameleon-client
oriagranat9 b3b64d6d89 Target region (#38)
* 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
2020-01-07 13:07:52 -08:00
..
2020-01-07 13:07:52 -08:00
2020-01-07 13:07:52 -08:00
2020-01-07 13:07:52 -08:00
2019-12-02 01:52:35 +02:00

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

Customize configuration

See Configuration Reference.