1# WatchWebApp
2
3Local web UI to update golden files from a device.
4
5This is deployed to https://motion.teams.x20web.corp.google.com/, and launched
6via platform_testing/libraries/motion/golden/watch_web_app
7
8## Development
9
10Install dependencies with:
11```
12npm install
13```
14
15test via
16
17```
18ng serve
19```
20
21then launch the golden updater via
22```
23./watch_local_tests.py --client_url=http://localhost:4200/
24```
25