commit | e877a00d929abbbd24c37f184017f2d6df548535 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 22:03:01 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 22:03:01 2021 +0200 |
tree | 8b1cad50c286c7337a4fc197820e82aad785276a | |
parent | 86103144360f8c518d3c8445bbec6030ec6091e7 [diff] |
Add make target to deploy to Firebase The configuration file has been split into 2: one for development mode and another one for production mode. Change-Id: I12917cd79c95642adc30004be5bc1a927bca389b
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
.