commit | 5a13da03a74d10ad9481f9fa8a0f37c1191a3966 | [log] [tgz] |
---|---|---|
author | Kenil Limbani <kenil@google.com> | Fri Jan 27 19:38:37 2023 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 17:30:51 2023 +0000 |
tree | 013cd49377ede965d19df1624f5698ddeb1d9280 | |
parent | 2923ac8ee4d4f138835f7731a9d9d5b87b6a93ac [diff] |
chameleon/ui: Create a boilerplate app for Chameleon Control Center [Why] We need a UI to start developing our control center that will manipulate Chameleon from a nice UI. [How] 1. The code lives in dev/contrib repo. 2. It can be developed on the local workstation as it requires node (only for development) 3. It's been modified that a production build will be static files. To run: `npm start` To build: `npm run build` and the output in build/directory. BUG=b:259299380 TEST=https://screenshot.googleplex.com/5dvU7CHm36LQyLc Change-Id: Iea8ef7afda8927e92996a3d566bcc7e0b4121e3e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/4200969 Reviewed-by: Mark Yacoub <markyacoub@google.com> Commit-Queue: Mark Yacoub <markyacoub@google.com> Tested-by: Mark Yacoub <markyacoub@google.com>