Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 505 Bytes

HACKING.md

File metadata and controls

24 lines (15 loc) · 505 Bytes

hacking

Prerequisite

Running functional tests

tox -e func

Running a Temporal development server

Run the script run-dev-server.sh located at the top level of the git repository.

./run-dev-server.sh

The script downloads the temporal binary and runs it in development mode. The Web UI is accessible at http://localhost:8233/.