Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 558 Bytes

File metadata and controls

27 lines (16 loc) · 558 Bytes

Project Name

Project Description

How to setup?

  • Clone the repository
  • Make sure Makefile is installed apt-get update && apt-get install -y make
  • Run make setup

How to run?

  • Run make run

How to debug?

  • Run make run_debug

How to test?

  • Run make test

How to run this in a container?