Nix Environment Setup w Tmux
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/yunz-dev/nest.git cd nest
-
Build the project:
cargo build --release
This will create an optimized binary in the target/release directory.