Skip to content

noogen-projects/lew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Lightweight Editor for Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages