Skip to content

rubenverboon/ui-server

 
 

Repository files navigation

build

Development

Pre-requirements:

  • Go v1.18 or later installed on your development machine
  • Protobuf installed on your development machine (brew install protobuf) (Note: M1 macs will need /opt/homebrew/bin on the PATH or you may get /bin/sh: protoc: command not found errors (or you can manually download protoc))

Execute from the project folder to build a binary:

make build-server

To start the server, execute

./ui-server start

Debugging

In VSCode launch "Debug Server" script (or press F5)

Docker

This UI is published on Docker Hub: https://hub.docker.com/r/temporalio/ui

You can run this with Temporal Server using the Temporal docker-compose.

Packages

No packages published

Languages

  • Go 80.2%
  • HTML 9.7%
  • Makefile 4.7%
  • CSS 3.3%
  • Dockerfile 0.9%
  • JavaScript 0.8%
  • Shell 0.4%