Runtime to run Maya programs.
You need to have deno installed on your machine to run this. You can install it from here. Once you install deno, cd into the root directory and run this command -
deno task runThis will start the server.
You can look at the pac-runtime Postman collection in the Maya workspace to see what requests can be made.
You can see an example of how to run individual programs in the Program tests
here.