temporal server start-devto start Temporal Server.npm installto install dependencies.npm run start.watchto start the Worker.- In another shell,
npm run workflowto run the Workflow.
- After making changes, rebuild docker image and update version in docker compose: docker build . -f ./worker.Dockerfile -t temporal/worker:
- In temporal-server: docker compose up
- In root for worker: docker compose -f docker-compose.worker.yml up