Contribute README

February 26, 2026 ยท View on GitHub

Thanks for your contribution, you can follow these step to run this repo and debug it.

Run demo

  1. clone this repo to your work dir.

    git clone https://github.com/mark3labs/kit.git
    
  2. enter the contribute dir.

    cd kit/contribute
    
  3. run build.sh to build your binary file.

       ./build.sh
    
  4. open boost.sh file and fill your model info in.

       cat boost.sh
       vi boost.sh
    
  5. run boost.sh to run kit, if you don't want run it in debug model, you can delete the --debug flag in boost.sh.

       ./boost.sh
    

Contribute your code

just write your code and push it.