Awesome
Steps to run this example
- Make sure the Temporal Server is running locally. Follow the Quick install guide to do that.
- Run
npm install
to install dependencies. - Run
npm run build
to compile the project. - Run
npm run worker
to start the worker. Leave the worker process running.