Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 441 Bytes

TECH.md

File metadata and controls

14 lines (11 loc) · 441 Bytes

Tech related info for Multi-cf (mcf)

What software do you need for this project

  • The rust language (rustup is an easy tool to install rust and its tooling)
  • Docker
  • Docker-compose

How to build the software

You can run this command in the root folder:
cargo build --release

How to test this project

You can run this command in the root folder:
docker-compose up --exit-code-from mcf --build