Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 631 Bytes

File metadata and controls

33 lines (21 loc) · 631 Bytes

webxdc-code-playground

Simple webxdc that allows you to code, preview and build a webxdc or just test some code, no setup needed, just open and code something.

webxdc-playground.mp4

Also running as a PWA at https://webxdc-code-playground.onrender.com/

development

install dependencies

pnpm install

test in browser

pnpm run dev

build

pnpm run build

To build with eruda:

NODE_ENV=debug pnpm run build