commit | 035b5431c1cd35d984e3e252e9e6f9c67e0cc871 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 14:16:59 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 14:16:59 2021 +0200 |
tree | e041e3f7310806d8587786ce4dd578e0f456b6f7 | |
parent | f7ee658bb041fcaca5a3feed9aa518fb3dd91a32 [diff] |
Add Kill Switch section Currently there's a nasty bug which doesn't allow users from navigating from the "Kill Switch" section to any other section of the app (see bug twpowertools:59), but everything else is working. Change-Id: I3c71352b1899e4ddf9ba5886aa1434a5a1ed93eb
TWPT-server is the code for the TW Power Tools gRPC server and its frontend.
This repository is under active development, and is not ready yet for production.
To serve the frontend, follow these instructions:
docker-compose -f docker-compose.dev.yml up
to start the gRPC API, database and Envoy proxy (which will translate gRPC-Web <-> gRPC).mysql -u root twpt < schema/*.sql
.docker-compose -f docker-compose.dev.yml restart
.npm install
.make serve
.