We are heavily working on this project, please stay tuned!
Start and enter the container.
docker compose up -d --build
docker exec -it beanq-example bash
delay example:
make delay
normal example:
make normal
sequential example:
make sequential
When you want to exit the container, please remember to execute the clean command, as env.json needs to be restored.
make clean