thebells1111 / monaco-svelte-repl

This is an implementation of the Svelte REPL, but uses the Monaco Editor instead of CodeMirror. Monaco is the browser version of VSCode, so most of you should be familiar with it.
Other
9 stars 0 forks source link
monaco repl svelte

Monaco Svelte REPL

This is an implementation of the Svelte REPL, but uses the Monaco Editor instead of CodeMirror. Monaco is the browser version of VSCode, so most of you should be familiar with it.

TODO

To run, just npm install, then npm run build to create workers. Then npm run dev to start developing.