commit | f7ee658bb041fcaca5a3feed9aa518fb3dd91a32 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Thu Sep 02 21:53:28 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Thu Sep 02 22:01:50 2021 +0200 |
tree | c23fbccd6808f7c15a0cdf0f5d52ca6fd319827e | |
parent | c147b6aac8960a5240803c3d2efd81ab17a5ef41 [diff] |
Add first version of the frontend As of now the only usable functionality is signin in/out and managing authorized users, and even then there is much room for improvement. Change-Id: Ib87fc6866f69113a230187710de8644b78391917
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
.