Building release binary
Dependencies
- Rust
- Trunk
Clone & Setup
- Clone the repository:
git clone https://codeberg.org/cryap/cryap cd cryap
- Build the frontend:
cd crates/frontend trunk build cd ../..
- Build the project:
cargo build --release
- Copy the binary
target/release/cryap
to any directory.