TWPT-server

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.

Frontend

To serve the frontend, follow these instructions:

  1. Run docker-compose -f docker-compose.dev.yml up to start the gRPC API, database and Envoy proxy (which will translate gRPC-Web <-> gRPC).
  2. Run mysql -u root twpt < schema/*.sql.
  3. Run docker-compose -f docker-compose.dev.yml restart.
  4. Run npm install.
  5. Run make serve.