Read, show and compress images in your browser
You can see the result here
You need cargo, rustc and trunk.
Read this page to get started with yew and trunk.
Just run trunk serve
to see the result locally
First, create a volume named 'cache' to keep the state of the project between compilations
docker volume create cache
Then, just use the makefile !
make container
make serve
docker: mount only readonly, send build result to another directory