We're using Docker. To run the app locally, you need to have Docker installed.
Make sure you have the network:
docker network create promise-networkThen, run the following command to start the app:
docker compose up -d --buildAlso make sure the KMS is running. You can find that here: https://github.com/promise-authentication/promise_key_registry