Start
Clone
bash
git clone https://github.com/catnuko/houtugit clone https://github.com/catnuko/houtuRun In Native
bash
# run
cd houtu-app
cargo run# run
cd houtu-app
cargo runRun In Browser With trunk
bash
cd houtu-app
# Yes, you can skip it
cargo install trunk wasm-bindgen-cli
# Start the service and the console will give the service address,http://127.0.0.1:8080
trunk servecd houtu-app
# Yes, you can skip it
cargo install trunk wasm-bindgen-cli
# Start the service and the console will give the service address,http://127.0.0.1:8080
trunk serveRun In Browser With wasm-server-runner
bash
cd houtu-app
cargo run --target wasm32-unknown-unknown
wasm-server-runner ../target/wasm32-unknown-unknown/debug/houtu-app.wasmcd houtu-app
cargo run --target wasm32-unknown-unknown
wasm-server-runner ../target/wasm32-unknown-unknown/debug/houtu-app.wasmBuild
bash
# build
cd houtu-app
cargo build# build
cd houtu-app
cargo buildWrite Document
bash
cd website
pnpm install
pnpm docs:devcd website
pnpm install
pnpm docs:dev