The Lightweight Editor for Web.
Setup dependencies:
cargo install wasm-bindgen-cli cargo-make
Build wasm client examples:
cargo make examples -p release
Run examples server:
cargo make run
Check the project:
cargo check --all-features --all-targets
Run all tests:
cargo test --all-features --all-targets
Check and perform formatting:
cargo make checkfmt
cargo make fmt
To run clippy, use the following command:
cargo make clippy