1d4ab4a54fda8a2dd07476f3a13a06bf71a09ad5
ClaSH
The ClaSH shell for my personal website
Building
To build the ClaSH shell, run the following command:
cargo build --release
Running
To run the ClaSH shell, you can do the following:
Run the debug executable
cargo run
Run the release executable
./target/release/clash
Run the container
docker build -t clash .
docker run --rm -it -p 7681:7681 clash
Run the container using docker-compose
docker compose up
Description
Languages
Rust
97.8%
Dockerfile
2.2%