Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 608 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 608 Bytes

lew

The Lightweight Editor for Web.

Run example

Setup dependencies:

cargo install wasm-bindgen-cli cargo-make

Build wasm client examples:

cargo make examples -p release

Run examples server:

cargo make run

Development notes

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