The svelte REPL is really cool, and the MDSVEX repl is really cool, and saving mini apps to web3 is really cool, but there is nowhere online where you can do all this stuff in one place -- until now!
Let's make it easier to make and deploy web3 components, mini-apps, and sites to IPFS and Arweave.
Save/Ship/Deploy to:
Enjoy!
Roadmap:
Using the Svelte REPL as a component is a bit tricky, since it has a dependency on svelte-sites workspace. So I forked, clone, and locally edited to work around this issue and bundled it into this package.
To reproduce this yourself, you should clone this fork, npm run package
, then npm run build
locally too.
To edit the Repl code, clone then open (svelte-sites
) locally, edit, then run:
// svelte-sites/packages/repl/
npm run package