Hosted here https://www.blobpaint.net
In blobrust run
wasm-pack build # To compile the rust sources cd pkg npm link # To tell npm where to source the blobrust packageIn site run
npm link blobrust # To use the local version of the blobrust package npm install # Fetch dependencies npm run serve # Launch the local server

