The Lightweight Editor for Web.
Setup dependencies:
cargo install wasm-bindgen-cli cargo-makeBuild wasm client examples:
cargo make examples -p releaseRun examples server:
cargo make runCheck the project:
cargo check --all-features --all-targetsRun all tests:
cargo test --all-features --all-targetsCheck and perform formatting:
cargo make checkfmt
cargo make fmtTo run clippy, use the following command:
cargo make clippy