Wasm based, online mosaic tool.
Go to https://umie.ojisan.dev/.
Call workflow defined by cargo-make.
# install wasm pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# install cargo-make
cargo install --force cargo-make
# run cargo-make workflow to show dev server
cargo make --makefile Makefile.toml run-webRust
# build all
carbo build
# build only core
cargo build -p core
# run only cli
cargo run -p cli
Web
# start web server
cd website && npm run dev
# copy wasm
wasm-pack build --target web
cp -r packages/wasm/pkg website/src/pkg