Simple webxdc to send files, it automatically splits the files in parts and join the parts when they are received. It can make easier to send files over email, it can also be useful to bypass email providers attachments max-size limit.
pnpm run build
You can set NODE_ENV=debug
before building to include eruda.
pnpm run serve
For more advanced testing run the webxdc-dev tool after the server starts:
pnpm run webxdc-dev