Skip to content

Building release binary

Dependencies

Clone & Setup

  1. Clone the repository:
    git clone https://codeberg.org/cryap/cryap
    cd cryap
    
  2. Build the frontend:
    cd crates/frontend
    trunk build
    cd ../..
    
  3. Build the project:
    cargo build --release
    
  4. Copy the binary target/release/cryap to any directory.